Skip to content

Commit

Permalink
Merge pull request #3 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 b4be264 + dafaf0b commit 6bab362
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 49 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

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

10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ pnpm run dev

<!-- readme: collaborators,contributors -start -->
<table>
<tbody>
<tr>
<tbody>
<tr>
<td align="center">
<a href="https://github.com/kristoferlund">
<img src="https://avatars.githubusercontent.com/u/9698363?v=4" width="100;" alt="kristoferlund"/>
Expand All @@ -144,8 +144,8 @@ pnpm run dev
<sub><b>Dominic Wörner</b></sub>
</a>
</td>
</tr>
<tbody>
</tr>
<tbody>
</table>
<!-- readme: collaborators,contributors -end -->

Expand Down Expand Up @@ -174,5 +174,3 @@ have any suggestions or improvements.
[issues-url]: https://github.com/ic-alloy/ic-alloy-toolkit/issues
[license-shield]:
https://img.shields.io/github/license/ic-alloy/ic-alloy-toolkit.svg?style=for-the-badge
[license-url]:
https://github.com/ic-alloy/ic-alloy-toolkit/blob/master/LICENSE.txt
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"

# Use local clone of `ic-alloy`
# alloy = { path = "../../../ic-alloy/crates/alloy", default-features = false, features = [
Expand All @@ -21,7 +21,7 @@ ic-cdk-timers = "0.10.0"
# ] }

# 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 6bab362

Please sign in to comment.