Skip to content

Commit

Permalink
Merge pull request #1 from ic-alloy/dev
Browse files Browse the repository at this point in the history
Chore: Upgrade ic-alloy version
  • Loading branch information
kristoferlund authored Nov 28, 2024
2 parents 6daca97 + 9dc28af commit a4ac297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ crate-type = ["cdylib"]

[dependencies]
candid = "0.10"
ic-cdk = "0.16"
ic-cdk = "0.17"
getrandom = { version = "0.2.15", features = ["custom"] }
ic-cdk-timers = "0.10.0"
ic-cdk-timers = "0.11.0"
serde_bytes = "0.11.15"

# Use local clone of `ic-alloy`
Expand All @@ -22,7 +22,7 @@ serde_bytes = "0.11.15"
# ] }

# Use `ic-alloy` hosted on GitHub. `ic-alloy` is not deployed to crates.io yet
alloy = { git = "https://github.com/ic-alloy/ic-alloy.git", tag = "v0.3.5-icp.0", default-features = false, features = [
alloy = { git = "https://github.com/ic-alloy/ic-alloy.git", tag = "v0.3.5-icp.1", default-features = false, features = [
"icp",
"sol-types",
"json",
Expand Down

0 comments on commit a4ac297

Please sign in to comment.