Skip to content

Commit

Permalink
Chore: Upgrade ic-alloy version
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Nov 28, 2024
1 parent 25a82ca commit 395bed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Before diving in and adding `ic-alloy` to your project, we recommend you read th
To use the ICP enabled fork of Alloy in your project, add this to `Cargo.toml`:

```toml
alloy = { git = "https://github.com/ic-alloy/ic-alloy.git", tag = "v0.3.5-icp.0", features = ["icp"]}
alloy = { git = "https://github.com/ic-alloy/ic-alloy.git", tag = "v0.3.5-icp.1", features = ["icp"]}
getrandom = { version = "0.2.15", features = ["custom"] }
```

Expand Down

0 comments on commit 395bed9

Please sign in to comment.