Skip to content

Commit 03100df

Browse files
Update to pocket-ic 11.0.0
1 parent 2fb2ae0 commit 03100df

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 3 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 = "10.0.0+97ad9167"
3+
version = "11.0.0"
44
edition = "2024"
55
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
66
license = "Apache-2.0"
@@ -11,7 +11,7 @@ clap = { version = "4.5.53", features = ["derive"] }
1111
hex = "0.4.3"
1212
ic_principal = "0.1.1"
1313
notify = "8.2.0"
14-
pocket-ic = { git = "https://github.com/dfinity/ic", rev = "97ad9167816c28cf91ed76fece6c6a04a77d7d89" }
14+
pocket-ic = "11.0.0"
1515
reqwest = { version = "0.12.24", default-features = false, features = ["rustls-tls", "json"] }
1616
semver = "1.0.27"
1717
serde = { version = "1.0.228", features = ["derive"] }

package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
set -e
23
cd "$(dirname "$0")"
34
die() {
45
echo "$1" >&2

0 commit comments

Comments
 (0)