Skip to content

Commit

Permalink
update pocket IC
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorydemay committed Dec 20, 2024
1 parent 284a4dc commit 08258d3
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 112 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install PocketIC server
uses: dfinity/pocketic@main
with:
pocket-ic-server-version: "6.0.0"
pocket-ic-server-version: "7.0.0"

- uses: Swatinem/rust-cache@v2

Expand Down
114 changes: 69 additions & 45 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ic-crypto-test-utils-reproducible-rng = { git = "https://github.com/dfinity/ic",
ic-test-utilities-load-wasm = { git = "https://github.com/dfinity/ic", rev = "release-2024-09-26_01-31-base" }
itertools = "0.13"
maplit = "1"
pocket-ic = "5.0.0"
pocket-ic = "6.0.0"
proptest = { workspace = true }
rand = "0.8"

Expand Down
Loading

0 comments on commit 08258d3

Please sign in to comment.