Skip to content

Commit 684cc30

Browse files
Release v12.0.0-2026-04-10-04-17
1 parent 6a4e8e3 commit 684cc30

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "icp-cli-network-launcher"
3-
version = "12.0.0-83c3f95e8c4ce28e02493df83df5f84a166451c0"
3+
version = "12.0.0-2026-04-10-04-17"
44
edition = "2024"
55
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
66
license = "Apache-2.0"
@@ -15,7 +15,7 @@ clap = { version = "4.5.53", features = ["derive", "env"] }
1515
hex = "0.4.3"
1616
ic_principal = "0.1.1"
1717
notify = "8.2.0"
18-
pocket-ic = { git = "https://github.com/dfinity/ic", rev = "83c3f95e8c4ce28e02493df83df5f84a166451c0" }
18+
pocket-ic = { git = "https://github.com/dfinity/ic", rev = "b4b0230aa1ed1c94d3674a9a27d60b724edb5cd4" }
1919
reqwest = { version = "0.12.24", default-features = false, features = ["rustls-tls", "json"] }
2020
semver = "1.0.27"
2121
serde = { version = "1.0.228", features = ["derive"] }

package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ name="icp-cli-network-launcher-${arch}-${os}-v${v}"
7474
outdir="${dir:-"dist/${name}"}"
7575
cargo build --release "${cargo_args[@]}"
7676
mkdir -p "${outdir}"
77-
cp "target/release/icp-cli-network-launcher" "${outdir}/"
77+
cp "$(cargo metadata --no-deps --format-version=1 | jq -r .target_directory)/release/icp-cli-network-launcher" "${outdir}/"
7878
if [[ -n "$githash" ]]; then
7979
echo "Fetching pocket-ic from: https://download.dfinity.systems/ic/${githash}/binaries/${arch}-${os}/pocket-ic.gz"
8080
curl --proto '=https' -sSfL --tlsv1.2 "https://download.dfinity.systems/ic/${githash}/binaries/${arch}-${os}/pocket-ic.gz" -o "${outdir}/pocket-ic.gz"

0 commit comments

Comments
 (0)