diff --git a/Cargo.lock b/Cargo.lock index fc6b09d..64b919f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1123,7 +1123,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -1369,7 +1369,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "rgb-core" version = "0.11.0-beta.6" -source = "git+https://github.com/RGB-WG/rgb-core?branch=contract-state2#8a26d3721428b7697e209b59527587c86bb11936" +source = "git+https://github.com/RGB-WG/rgb-core?branch=master#f47d1a33e189d8b88c869e39527c525f90aafda5" dependencies = [ "aluvm", "amplify", @@ -1390,7 +1390,7 @@ dependencies = [ [[package]] name = "rgb-interfaces" version = "0.11.0-beta.6" -source = "git+https://github.com/RGB-WG/rgb-interfaces.git?branch=iface-generics#68196f0adc7715d23a4601f761acdac30ef9b7ec" +source = "git+https://github.com/RGB-WG/rgb-interfaces.git?branch=master#eca2fa65d306b83e158b12957f6f72681b93c15f" dependencies = [ "aluvm", "amplify", @@ -1406,7 +1406,7 @@ dependencies = [ [[package]] name = "rgb-invoice" version = "0.11.0-beta.6" -source = "git+https://github.com/RGB-WG/rgb-std?branch=develop#3aaafcbe1f07088fb052dffcad76593b499013c5" +source = "git+https://github.com/RGB-WG/rgb-std?branch=master#a90e556dc9fe8adb9584992c643318c68ff26a0f" dependencies = [ "amplify", "baid64", @@ -1467,7 +1467,7 @@ dependencies = [ [[package]] name = "rgb-std" version = "0.11.0-beta.6" -source = "git+https://github.com/RGB-WG/rgb-std?branch=develop#3aaafcbe1f07088fb052dffcad76593b499013c5" +source = "git+https://github.com/RGB-WG/rgb-std?branch=master#a90e556dc9fe8adb9584992c643318c68ff26a0f" dependencies = [ "aluvm", "amplify", diff --git a/Cargo.toml b/Cargo.toml index 0edaedb..18d592c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ descriptors = { git = "https://github.com/BP-WG/bp-std", branch = "master" } psbt = { git = "https://github.com/BP-WG/bp-std", branch = "master" } bp-std = { git = "https://github.com/BP-WG/bp-std", branch = "master" } bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "master" } -rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "contract-state2" } -rgb-invoice = { git = "https://github.com/RGB-WG/rgb-std", branch = "develop" } -rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "develop" } -rgb-interfaces = { git = "https://github.com/RGB-WG/rgb-interfaces.git", branch = "iface-generics" } +rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "master" } +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.git", branch = "master" }