We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6b3c6 commit c92655bCopy full SHA for c92655b
Cargo.toml
@@ -33,7 +33,7 @@ ic0 = { path = "ic0", version = "0.24.0-alpha.1" }
33
ic-cdk = { path = "ic-cdk", version = "0.18.0-alpha.1" }
34
ic-cdk-timers = { path = "ic-cdk-timers", version = "0.12.0-alpha.1" }
35
36
-candid = "0.10.4"
+candid = "0.10.12"
37
candid_parser = "0.1.4"
38
futures = "0.3"
39
hex = "0.4"
@@ -43,6 +43,3 @@ serde_bytes = "0.11"
43
sha2 = "0.10"
44
slotmap = "1"
45
syn = "2"
46
-
47
-[patch.crates-io]
48
-candid = { git = "https://github.com/dfinity/candid", branch = "lwshang/PhantomData_CandidType" }
0 commit comments