Skip to content

Commit

Permalink
bump stylus sdk to 0.7.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed Dec 23, 2024
1 parent d6c909b commit feb635a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

13 changes: 5 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ all = "warn"
const-hex = { version = "1.11.1", default-features = false }
once_cell = "1.19.0"
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
stylus-sdk = { version = "0.7.0-beta.1", default-features = false }
stylus-sdk = { version = "0.7.0-rc.1", default-features = false }
dashmap = "6.1.0"
syn = { version = "2.0.58", features = ["full"] }
proc-macro2 = "1.0.79"
Expand Down Expand Up @@ -57,12 +57,9 @@ default = { extend-ignore-identifiers-re = [

## TODO#q: remove this once the fix is released
[patch.crates-io.stylus-sdk]
git = "https://github.com/qalisander/stylus-sdk-rs"
branch = "fix-encoding-in-sol-interface"
git = "https://github.com/OffchainLabs/stylus-sdk-rs"
branch = "rel/0.7.0-rc.1"

[patch.crates-io.stylus-proc]
git = "https://github.com/qalisander/stylus-sdk-rs"
branch = "fix-encoding-in-sol-interface"



git = "https://github.com/OffchainLabs/stylus-sdk-rs"
branch = "rel/0.7.0-rc.1"

0 comments on commit feb635a

Please sign in to comment.