diff --git a/Cargo.lock b/Cargo.lock index c1b6d5b..7aeebb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1317,7 +1317,7 @@ dependencies = [ [[package]] name = "ic-repl" -version = "0.5.1" +version = "0.6.0" dependencies = [ "ansi_term", "anyhow", @@ -1387,7 +1387,8 @@ dependencies = [ [[package]] name = "ic-wasm" version = "0.7.0" -source = "git+https://github.com/dfinity/ic-wasm.git?branch=new-meter#306120ef72fd875f48354ec48acfacedb85fd5a0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d2aa0d7deeb38f18fcec6e4c25c5004422e2e9f8c3fbad15bb795ebac37aca6" dependencies = [ "candid", "rustc-demangle", diff --git a/Cargo.toml b/Cargo.toml index 33acc47..9cf9a84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ic-repl" -version = "0.5.1" +version = "0.6.0" authors = ["DFINITY Team"] edition = "2021" default-run = "ic-repl" @@ -48,6 +48,3 @@ image = { version = "0.23", default-features = false, features = ["png"] } libflate = "1.4" base64 = "0.21" -[patch.crates-io.ic-wasm] -git = "https://github.com/dfinity/ic-wasm.git" -branch = "new-meter"