Skip to content

Commit 6f737af

Browse files
authored
Merge pull request #966 from dfinity/bump-ic-cdk
fix(rust): Update ic-cdk
2 parents b4e7e17 + bd5fa11 commit 6f737af

File tree

12 files changed

+547
-104
lines changed

12 files changed

+547
-104
lines changed

.github/workflows/provision-pocket-ic-server.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ex
44

5-
POCKET_IC_SERVER_VERSION=${POCKET_IC_SERVER_VERSION:=4.0.0}
5+
POCKET_IC_SERVER_VERSION=${POCKET_IC_SERVER_VERSION:=5.0.0}
66
POCKET_IC_SERVER_PATH=${POCKET_IC_SERVER_PATH:="${HOME}/bin/pocket-ic-server"}
77

88
if [[ $OSTYPE == "linux-gnu"* ]] || [[ $RUNNER_OS == "Linux" ]]
@@ -27,4 +27,4 @@ else
2727
fi
2828

2929
# Set environment variables.
30-
echo "POCKET_IC_BIN=${POCKET_IC_SERVER_PATH}" >> "$GITHUB_ENV"
30+
echo "POCKET_IC_BIN=${POCKET_IC_SERVER_PATH}" >> "$GITHUB_ENV"

motoko/parallel_calls/Cargo.lock

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

motoko/parallel_calls/multi_subnet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
pocket-ic = "3.1.0"
9+
pocket-ic = "4.0.0"
1010
candid = "0.10"

0 commit comments

Comments
 (0)