diff --git a/Cargo.toml b/Cargo.toml index 4ac122b888..35b3c47d37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,8 +38,7 @@ array-init = { version = "2.0", default-features = false } blake2 = { version = "0.10" } cargo_metadata = { version = "0.19.0" } cfg-if = { version = "1.0" } -#jcontract-build = { git = "https://github.com/use-ink/cargo-contract", branch = "cmichi-remove-wasm-default-to-revive" } -contract-build = { path = "../cargo-contract/crates/build"} +contract-build = { git = "https://github.com/use-ink/cargo-contract", branch = "cmichi-remove-wasm-default-to-revive" } darling = { version = "0.20.10" } derive_more = { version = "1.0.0", default-features = false } either = { version = "1.13", default-features = false }