diff --git a/Cargo.lock b/Cargo.lock index ed0345c..854aeca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,7 +809,7 @@ dependencies = [ [[package]] name = "icp-cli-network-launcher" -version = "12.0.0-83c3f95e8c4ce28e02493df83df5f84a166451c0" +version = "12.0.0-2026-04-10-04-17" dependencies = [ "anyhow", "camino", @@ -1325,7 +1325,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pocket-ic" version = "13.0.0" -source = "git+https://github.com/dfinity/ic?rev=83c3f95e8c4ce28e02493df83df5f84a166451c0#83c3f95e8c4ce28e02493df83df5f84a166451c0" +source = "git+https://github.com/dfinity/ic?rev=b4b0230aa1ed1c94d3674a9a27d60b724edb5cd4#b4b0230aa1ed1c94d3674a9a27d60b724edb5cd4" dependencies = [ "backoff", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index b53eb00..cef1f65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icp-cli-network-launcher" -version = "12.0.0-83c3f95e8c4ce28e02493df83df5f84a166451c0" +version = "12.0.0-2026-04-10-04-17" edition = "2024" authors = ["DFINITY Stiftung "] license = "Apache-2.0" @@ -15,7 +15,7 @@ clap = { version = "4.5.53", features = ["derive", "env"] } hex = "0.4.3" ic_principal = "0.1.1" notify = "8.2.0" -pocket-ic = { git = "https://github.com/dfinity/ic", rev = "83c3f95e8c4ce28e02493df83df5f84a166451c0" } +pocket-ic = { git = "https://github.com/dfinity/ic", rev = "b4b0230aa1ed1c94d3674a9a27d60b724edb5cd4" } reqwest = { version = "0.12.24", default-features = false, features = ["rustls-tls", "json"] } semver = "1.0.27" serde = { version = "1.0.228", features = ["derive"] } diff --git a/package.sh b/package.sh index 724469c..8bd1f3f 100755 --- a/package.sh +++ b/package.sh @@ -74,7 +74,7 @@ name="icp-cli-network-launcher-${arch}-${os}-v${v}" outdir="${dir:-"dist/${name}"}" cargo build --release "${cargo_args[@]}" mkdir -p "${outdir}" -cp "target/release/icp-cli-network-launcher" "${outdir}/" +cp "$(cargo metadata --no-deps --format-version=1 | jq -r .target_directory)/release/icp-cli-network-launcher" "${outdir}/" if [[ -n "$githash" ]]; then echo "Fetching pocket-ic from: https://download.dfinity.systems/ic/${githash}/binaries/${arch}-${os}/pocket-ic.gz" curl --proto '=https' -sSfL --tlsv1.2 "https://download.dfinity.systems/ic/${githash}/binaries/${arch}-${os}/pocket-ic.gz" -o "${outdir}/pocket-ic.gz"