Skip to content

Commit f6064d5

Browse files
chore: consolidate ic-xrc-types at 1.2.0 workspace dep, include xrc_mock
1 parent da169a5 commit f6064d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ ic-stable-structures = "0.6.8"
704704
ic-transport-types = { version = "0.45.0" }
705705
ic-utils = { version = "0.45.0", features = ["raw"] }
706706
ic-vetkeys = "0.6.0"
707-
ic-xrc-types = "1.0.0"
707+
ic-xrc-types = "1.2.0"
708708
ic_bls12_381 = { version = "0.10.1", default-features = false, features = [
709709
"groups",
710710
"pairings",

rs/rust_canisters/xrc_mock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ documentation.workspace = true
99
[dependencies]
1010
candid = { workspace = true }
1111
ic-cdk = { workspace = true }
12-
ic-xrc-types = "1.1.0"
12+
ic-xrc-types = { workspace = true }
1313
serde = { workspace = true }

0 commit comments

Comments
 (0)