Skip to content

Commit

Permalink
chore: update patched rgb-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Mar 3, 2024
1 parent 1b7268d commit 7a6e404
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ getrandom = { version = "0.2", features = ["js"] }
wasm-bindgen-test = "0.3"

[package.metadata.docs.rs]
features = [ "all" ]
features = ["all"]

[patch.crates-io]
# TODO: Remove this after merge
rgb-core = { git = "https://github.com/crisdut/rgb-core", branch = "feat/udc" }
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "master" }
2 changes: 1 addition & 1 deletion src/stl/stl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub const LIB_ID_RGB_CONTRACT: &str =

/// Strict types id for the library representing of RGB StdLib data types.
pub const LIB_ID_RGB_STD: &str =
"urn:ubideco:stl:Fh71w3GW2k7oLPDEpNAT7V4BBjjd1EVAmFHiFrn4VEu1#period-bundle-philips";
"urn:ubideco:stl:68nMZDjKihNcV8ZevWy3W1oiPcyqvhYSYokLxQPzQvTx#prime-bonjour-exit";

fn _rgb_std_stl() -> Result<TypeLib, CompileError> {
LibBuilder::new(libname!(LIB_NAME_RGB_STD), tiny_bset! {
Expand Down

0 comments on commit 7a6e404

Please sign in to comment.