Skip to content

Commit

Permalink
chore: Upgrade candid to v0.10
Browse files Browse the repository at this point in the history
This upgrades candid to the new libary version which has been split into
smaller pieces, hence reducing the size of the dependencies for
downstream projects.
  • Loading branch information
Frederik Rothenberger committed Nov 23, 2023
1 parent 917a02e commit 752cc12
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 76 deletions.
119 changes: 45 additions & 74 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ ic0 = { path = "src/ic0", version = "0.21.1" }
ic-cdk = { path = "src/ic-cdk", version = "0.11.4" }
ic-cdk-timers = { path = "src/ic-cdk-timers", version = "0.5.1" }

candid = "0.9.6"
candid = "0.10.0"
candid_parser = "0.1.0"
futures = "0.3"
hex = "0.4"
quote = "1"
Expand Down
3 changes: 2 additions & 1 deletion src/ic-cdk-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ keywords = ["internet-computer", "types", "dfinity", "canister", "cdk"]
include = ["src", "Cargo.toml", "LICENSE", "README.md"]

[dependencies]
candid = { workspace = true, features = ["parser"] }
candid.workspace = true
candid_parser.workspace = true

0 comments on commit 752cc12

Please sign in to comment.