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 e59f9c6 commit 23e8451
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 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 = "0.6.0"
stylus-sdk = "0.7.0-rc.1"
dashmap = "6.1.0"
syn = { version = "2.0.58", features = ["full"] }
proc-macro2 = "1.0.79"
Expand Down Expand Up @@ -55,4 +55,12 @@ default = { extend-ignore-identifiers-re = [
"[0-9a-fA-F][0-9a-fA-F]",
] }

[patch.crates-io.stylus-sdk]
git = "https://github.com/OffchainLabs/stylus-sdk-rs"
branch = "rel/0.7.0-rc.1"

[patch.crates-io.stylus-proc]
git = "https://github.com/OffchainLabs/stylus-sdk-rs"
branch = "rel/0.7.0-rc.1"


0 comments on commit 23e8451

Please sign in to comment.