Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c92655b

Browse files
committedJan 15, 2025·
upgrade candid to 0.10.12
1 parent 7f6b3c6 commit c92655b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ic0 = { path = "ic0", version = "0.24.0-alpha.1" }
3333
ic-cdk = { path = "ic-cdk", version = "0.18.0-alpha.1" }
3434
ic-cdk-timers = { path = "ic-cdk-timers", version = "0.12.0-alpha.1" }
3535

36-
candid = "0.10.4"
36+
candid = "0.10.12"
3737
candid_parser = "0.1.4"
3838
futures = "0.3"
3939
hex = "0.4"
@@ -43,6 +43,3 @@ serde_bytes = "0.11"
4343
sha2 = "0.10"
4444
slotmap = "1"
4545
syn = "2"
46-
47-
[patch.crates-io]
48-
candid = { git = "https://github.com/dfinity/candid", branch = "lwshang/PhantomData_CandidType" }

0 commit comments

Comments
 (0)
Please sign in to comment.