Skip to content

Commit 9e26491

Browse files
authored
build: update candid_parser to v0.2.4 (#4441)
1 parent 7ae5a63 commit 9e26491

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Now, the ingress message size limit is respected more explicitly, and also a lim
1313

1414
Updated Motoko to [0.16.3](https://github.com/dfinity/motoko/releases/tag/0.16.3)
1515

16+
### Candid
17+
18+
Updated candid_parser to 0.2.4.
19+
1620
# 0.30.1
1721

1822
### feat: asset sync now prints the target asset canister state hash in `--verbose` mode

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ future_not_send = "warn"
2424

2525
[workspace.dependencies]
2626
candid = "0.10.18"
27-
candid_parser = "0.2.2"
27+
candid_parser = "0.2.4"
2828
dfx-core = { path = "src/dfx-core", version = "0.2.0" }
2929
ic-agent = "0.44.2"
3030
ic-asset = { path = "src/canisters/frontend/ic-asset", version = "0.25.0" }

0 commit comments

Comments
 (0)