Skip to content

Commit 1d1497c

Browse files
committed
cdk fix cont.
1 parent 2a11926 commit 1d1497c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -23,7 +23,7 @@ documentation = "https://docs.rs/ic-vetkeys"
2323
anyhow = "1.0.95"
2424
candid = "0.10.16"
2525
hex = "0.4.3"
26-
ic-cdk = { git = "https://github.com/dfinity/cdk-rs.git", rev = "46c13b59cf96c3032428a8c7b6a2912caa5d4c90" } # branch spofford/x-late-reply
26+
ic-cdk = { git = "https://github.com/dfinity/cdk-rs.git", rev = "e1e611ea80d72f9836f910f7179b43685079ce15" } # branch spofford/late-reply
2727
ic-stable-structures = "0.7.0"
2828
lazy_static = "1.5.0"
2929
pocket-ic = "9.0.0"

backend/rs/benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ path = "ibe/src/main.rs"
99

1010
[dependencies]
1111
# FIXME: use versioned `canbench` when https://github.com/dfinity/canbench/pull/156 is merged and released
12-
canbench-rs = { git = "https://github.com/dfinity/canbench.git", rev = "e8df43674c3bd635e49929094175294f148e8f41", optional = true }
12+
canbench-rs = { git = "https://github.com/dfinity/canbench.git", rev = "66ea29a88a62c17c3ac8c7c8538daecf931ddace", optional = true }
1313
candid = "0.10.0"
1414
getrandom = { version = "0.2", features = ["custom"] }
1515
hex = { workspace = true }

0 commit comments

Comments
 (0)