diff --git a/Cargo.lock b/Cargo.lock index 5ef01a10..849d236e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -663,7 +663,7 @@ dependencies = [ [[package]] name = "rgb-core" version = "0.11.0-beta.6" -source = "git+https://github.com/RGB-WG/rgb-core?branch=resolvers#b6657a434df9db2882cc50aeb1f40f8e1c138654" +source = "git+https://github.com/RGB-WG/rgb-core?branch=master#84892fd826f6f7805b076e70cba467b85c1eb8f7" dependencies = [ "aluvm", "amplify", diff --git a/Cargo.toml b/Cargo.toml index 98618cc9..d1155dc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,4 +97,4 @@ wasm-bindgen-test = "0.3" features = ["all"] [patch.crates-io] -rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "resolvers" } +rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "master" }