Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Now, the ingress message size limit is respected more explicitly, and also a lim

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

### Candid

Updated candid_parser to 0.2.4.

# 0.30.1

### feat: asset sync now prints the target asset canister state hash in `--verbose` mode
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ future_not_send = "warn"

[workspace.dependencies]
candid = "0.10.18"
candid_parser = "0.2.2"
candid_parser = "0.2.4"
dfx-core = { path = "src/dfx-core", version = "0.2.0" }
ic-agent = "0.44.2"
ic-asset = { path = "src/canisters/frontend/ic-asset", version = "0.25.0" }
Expand Down