Skip to content

Commit

Permalink
bump rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weigelt committed Mar 22, 2024
1 parent 63326a0 commit 8b1c211
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rust/basic_dao/src/basic_dao/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
ic-cdk = "0.3"
ic-cdk-macros = "0.3"
ic-types = "0.2.0"
ic-cdk = "0.13.1"
ic-cdk-macros = "0.9.0"
ic-types = "0.7.0"
serde = "1.0.126"
serde_derive = "1.0.126"

0 comments on commit 8b1c211

Please sign in to comment.