We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da169a5 commit f6064d5Copy full SHA for f6064d5
2 files changed
Cargo.toml
@@ -704,7 +704,7 @@ ic-stable-structures = "0.6.8"
704
ic-transport-types = { version = "0.45.0" }
705
ic-utils = { version = "0.45.0", features = ["raw"] }
706
ic-vetkeys = "0.6.0"
707
-ic-xrc-types = "1.0.0"
+ic-xrc-types = "1.2.0"
708
ic_bls12_381 = { version = "0.10.1", default-features = false, features = [
709
"groups",
710
"pairings",
rs/rust_canisters/xrc_mock/Cargo.toml
@@ -9,5 +9,5 @@ documentation.workspace = true
9
[dependencies]
10
candid = { workspace = true }
11
ic-cdk = { workspace = true }
12
-ic-xrc-types = "1.1.0"
+ic-xrc-types = { workspace = true }
13
serde = { workspace = true }
0 commit comments