diff --git a/Cargo.lock b/Cargo.lock index 1410f125..1b18e458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "aluvm" -version = "0.11.0-alpha.1" +version = "0.11.0-beta.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14a99358b65b74973749140c2bd657e960d54ba3925c5a56afdbf544317f12f6" +checksum = "134a93e142c6aabca39c69c501c7d34ec99b04a5cb25738e1c0d1382f14b02a1" dependencies = [ "amplify", "baid58", @@ -270,9 +270,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cc" -version = "1.0.84" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f8e7c90afad890484a21653d08b6e209ae34770fb5ee298f9c699fcc1e5c856" +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" dependencies = [ "libc", ] @@ -598,8 +598,9 @@ dependencies = [ [[package]] name = "rgb-core" -version = "0.11.0-beta.1" -source = "git+https://github.com/RGB-WG/rgb-core?branch=v0.11#d80b3f516994d005578c010d22362d9a25783d23" +version = "0.11.0-beta.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8572f1484191ad41598bc3c9b2a5aa3ed0a323ce1a56fc3916c8c4f7fa81d8eb" dependencies = [ "aluvm", "amplify", @@ -618,7 +619,7 @@ dependencies = [ [[package]] name = "rgb-std" -version = "0.11.0-beta.1" +version = "0.11.0-beta.2" dependencies = [ "amplify", "baid58", @@ -639,7 +640,7 @@ dependencies = [ [[package]] name = "rgb-stl" -version = "0.11.0-beta.1" +version = "0.11.0-beta.2" dependencies = [ "rgb-std", "strict_types", diff --git a/Cargo.toml b/Cargo.toml index 31058b66..38319151 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ default-members = [ resolver = "2" [workspace.package] -version = "0.11.0-beta.1" +version = "0.11.0-beta.2" authors = ["Dr Maxim Orlovsky "] homepage = "https://github.com/RGB-WG" repository = "https://github.com/RGB-WG/rgb-wallet" @@ -24,7 +24,7 @@ strict_encoding = "2.6.1" strict_types = "1.6.3" commit_verify = { version = "0.11.0-beta.1", features = ["stl"] } bp-core = { version = "0.11.0-beta.1", features = ["stl"] } -rgb-core = { version = "0.11.0-beta.1", features = ["stl"] } +rgb-core = { version = "0.11.0-beta.2", features = ["stl"] } serde_crate = { package = "serde", version = "1", features = ["derive"] } [package] @@ -82,6 +82,3 @@ wasm-bindgen-test = "0.3" [package.metadata.docs.rs] features = [ "all" ] - -[patch.crates-io] -rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "v0.11" } diff --git a/stl/Cargo.toml b/stl/Cargo.toml index d6697c07..53d3bb3e 100644 --- a/stl/Cargo.toml +++ b/stl/Cargo.toml @@ -18,4 +18,4 @@ path = "src/main.rs" [dependencies] strict_types = { workspace = true } -rgb-std = { version = "0.11.0-beta.1", path = ".." } +rgb-std = { version = "0.11.0-beta.2", path = ".." }