Skip to content

Commit

Permalink
Use GitHub version of ic-alloy
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Oct 28, 2024
1 parent ff80757 commit 1b6566a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
17 changes: 17 additions & 0 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions src/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ rand_chacha = { version = "0.3.1" }
ic-cdk-timers = "0.10.0"

# Use local clone of `ic-alloy`
alloy = { path = "../../../ic-alloy/crates/alloy", default-features = false, features = [
"icp",
"sol-types",
"json",
"contract",
] }

# 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", default-features = false, branch = "icp", features = [
# alloy = { path = "../../../ic-alloy/crates/alloy", default-features = false, features = [
# "icp",
# "sol-types",
# "json",
# "contract",
# ] }

# 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", default-features = false, branch = "icp", features = [
"icp",
"sol-types",
"json",
"contract",
] }

0 comments on commit 1b6566a

Please sign in to comment.