Skip to content

Commit

Permalink
Merge pull request #2 from 0xPolygonMiden/greenhat/i215-rename-miden-sdk
Browse files Browse the repository at this point in the history
[2/x] Update the miden-sdk version to include the SDK crates rename
  • Loading branch information
bitwalker authored Jun 24, 2024
2 parents 93e61ba + 8d14bbb commit b7107ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account/template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]

[dependencies]
# Miden SDK consists of a Prelude (intrinsic functions for VM opr, stdlib) and transaction kernel API for the Miden rollup
miden-sdk = { git = "https://github.com/0xPolygonMiden/compiler", rev = "581f639c6bf0bc8f6f508d970ee799f135b5798f" }
miden-sdk = { git = "https://github.com/0xPolygonMiden/compiler", rev = "10a05d8fa76106325e2497c2d1b10f1042c77340" }
# Use a tiny allocator in place of the default one, if we want
# to make use of types in the `alloc` crate, e.g. String. We
# don't need that now, but its good information to have in hand.
Expand Down

0 comments on commit b7107ee

Please sign in to comment.