Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Feb 26, 2024
1 parent 9a425d9 commit a22008e
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 72 deletions.
127 changes: 66 additions & 61 deletions Cargo.lock

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

13 changes: 3 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ amplify = "4.6.0"
baid58 = "0.4.4"
strict_encoding = "2.7.0-beta.1"
strict_types = "2.7.0-beta.1"
commit_verify = { version = "0.11.0-beta.3", features = ["stl"] }
bp-core = { version = "0.11.0-beta.3", features = ["stl"] }
commit_verify = { version = "0.11.0-beta.4", features = ["stl"] }
bp-core = { version = "0.11.0-beta.4", features = ["stl"] }
bp-invoice = { version = "0.11.0-beta.4" }
rgb-core = { version = "0.11.0-beta.4", features = ["stl"] }
indexmap = "2.0.2"
Expand Down Expand Up @@ -93,11 +93,4 @@ wasm-bindgen-test = "0.3"
features = [ "all" ]

[patch.crates-io]
strict_types = { git = "https://github.com/strict-types/strict-types", branch = "vesper" }
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "layouts" }
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" }
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" }
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" }
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" }
bp-invoice = { git = "https://github.com/BP-WG/bp-std", branch = "v0.11" }
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "disclose" }
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:DTKsBR7C3omBMsD94cws5moFZofDZ1qtnskM7HELprCf#young-evita-lady";
"urn:ubideco:stl:Fh71w3GW2k7oLPDEpNAT7V4BBjjd1EVAmFHiFrn4VEu1#period-bundle-philips";

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

0 comments on commit a22008e

Please sign in to comment.