Skip to content

Commit

Permalink
upgrade candid to 0.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Jan 15, 2025
1 parent 7f6b3c6 commit c92655b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ic0 = { path = "ic0", version = "0.24.0-alpha.1" }
ic-cdk = { path = "ic-cdk", version = "0.18.0-alpha.1" }
ic-cdk-timers = { path = "ic-cdk-timers", version = "0.12.0-alpha.1" }

candid = "0.10.4"
candid = "0.10.12"
candid_parser = "0.1.4"
futures = "0.3"
hex = "0.4"
Expand All @@ -43,6 +43,3 @@ serde_bytes = "0.11"
sha2 = "0.10"
slotmap = "1"
syn = "2"

[patch.crates-io]
candid = { git = "https://github.com/dfinity/candid", branch = "lwshang/PhantomData_CandidType" }

0 comments on commit c92655b

Please sign in to comment.