From 4c639988a3c959e16d295a8bbf64fad3d15f2bca Mon Sep 17 00:00:00 2001 From: cosminmart Date: Wed, 20 Nov 2024 10:57:33 +0800 Subject: [PATCH] chore: release v0.11.0-beta.9 --- Cargo.lock | 12 ++++++++---- Cargo.toml | 10 ++-------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d723ba3..b994706 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1684,7 +1684,8 @@ dependencies = [ [[package]] name = "rgb-interfaces" version = "0.11.0-beta.9" -source = "git+https://github.com/RGB-WG/rgb-interfaces?branch=master#69fe19cb07bf49a3f30b1140c3a31ecc5aa5c888" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "292b262a6c232de904e910a49f08ae06aea94c728bcaec1b9e92c371f1e0fed9" dependencies = [ "aluvm", "amplify", @@ -1702,7 +1703,8 @@ dependencies = [ [[package]] name = "rgb-invoice" version = "0.11.0-beta.9" -source = "git+https://github.com/RGB-WG/rgb-std?branch=master#ddee8898e4d6a2f156587feabb6f19fca08946c0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac03ef76ffe2f4f3ad51b77f02bfd265c347f088d3acac3814cf8a910a86d990" dependencies = [ "amplify", "baid64", @@ -1722,7 +1724,8 @@ dependencies = [ [[package]] name = "rgb-schemata" version = "0.11.0-beta.9" -source = "git+https://github.com/RGB-WG/rgb-schemata?branch=master#c930db4dfa6fc2edfa6e5b4d0ea07423bfe1a7c9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "839dfc30f8acd41b9b3d637e69be6c846f216472e2f8a4818118acd7d0bca3b7" dependencies = [ "aluvm", "amplify", @@ -1740,7 +1743,8 @@ dependencies = [ [[package]] name = "rgb-std" version = "0.11.0-beta.9" -source = "git+https://github.com/RGB-WG/rgb-std?branch=master#ddee8898e4d6a2f156587feabb6f19fca08946c0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a6797d4950dbb803382132ff4ddc3523d49e3de21a49311bf6367fe4854e814" dependencies = [ "aluvm", "amplify", diff --git a/Cargo.toml b/Cargo.toml index aa1b8fd..404b985 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,10 @@ resolver = "2" [dependencies] amplify = "4.7.0" -strict_encoding = "2.7.0" +strict_encoding = "~2.7.0" bp-core = "0.11.0-beta.9" rgb-std = { version = "0.11.0-beta.9", features = ["serde", "fs"] } -rgb-schemata = "0.11.0-beta.8" +rgb-schemata = "0.11.0-beta.9" rgb-interfaces = "0.11.0-beta.9" serde = "1.0" serde_json = "1.0" @@ -26,9 +26,3 @@ all = [] [profile.release] debug = 0 lto = "off" - -[patch.crates-io] -rgb-invoice = { git = "https://github.com/RGB-WG/rgb-std", branch = "master" } -rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "master" } -rgb-interfaces = { git = "https://github.com/RGB-WG/rgb-interfaces", branch = "master" } -rgb-schemata = { git = "https://github.com/RGB-WG/rgb-schemata", branch = "master" }