Skip to content

Commit

Permalink
chore: update new rust project dependencies (#3498)
Browse files Browse the repository at this point in the history
Update the dependencies for new rust projects
  • Loading branch information
ericswanson-dfinity authored Jan 12, 2024
1 parent 3b7d576 commit 6423784
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The `dfx cycles` command no longer needs nor accepts the `--cycles-ledger-canist

### chore: removed ic-ref from the binary cache

### chore: updated dependencies for new rust projects

Updated to candid 0.10, ic-cdk 0.12, and ic-cdk-timers 0.6

# 0.15.3

### fix: allow `http://localhost:*` as `connect-src` in the asset canister's CSP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
candid = "0.8"
ic-cdk = "0.7"
ic-cdk-timers = "0.1" # Feel free to remove this dependency if you don't need timers
candid = "0.10"
ic-cdk = "0.12"
ic-cdk-timers = "0.6" # Feel free to remove this dependency if you don't need timers

0 comments on commit 6423784

Please sign in to comment.