Skip to content

Commit 8a47e44

Browse files
Web3NLclaude
andcommitted
fix: bump pocket-ic crate to 13.0.0 to match server binary
Local PocketIC server binary is v13.0.0 but the workspace crate was pinned to 12.0.0 (which rejects >=13). Bumping to 13.0.0 resolves the version mismatch. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 87e874f commit 8a47e44

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ic-ledger-types = "0.16.0"
2929
include_dir = "0.7.4"
3030
icrc-ledger-types = "0.1.12"
3131
mime_guess = "2.0.5"
32-
pocket-ic = "12.0.0"
32+
pocket-ic = "13.0.0"
3333
serde = { version = "1.0.228", features = ["derive"] }
3434
serde_cbor = "0.11.2"
3535
serde_json = "1.0.149"

0 commit comments

Comments
 (0)