Skip to content

Commit

Permalink
bump pocket-ic (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk authored Sep 3, 2024
1 parent e350140 commit bd5fa11
Show file tree
Hide file tree
Showing 9 changed files with 391 additions and 83 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/provision-pocket-ic-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ex

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

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

# Set environment variables.
echo "POCKET_IC_BIN=${POCKET_IC_SERVER_PATH}" >> "$GITHUB_ENV"
echo "POCKET_IC_BIN=${POCKET_IC_SERVER_PATH}" >> "$GITHUB_ENV"
109 changes: 95 additions & 14 deletions motoko/parallel_calls/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion motoko/parallel_calls/multi_subnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pocket-ic = "3.1.0"
pocket-ic = "4.0.0"
candid = "0.10"
Loading

0 comments on commit bd5fa11

Please sign in to comment.