From 23e8451ca9988caddab3b878cb3b53d343ffa18c Mon Sep 17 00:00:00 2001 From: Alisander Qoshqosh Date: Mon, 23 Dec 2024 22:55:03 +0400 Subject: [PATCH] bump stylus sdk to 0.7.0-rc.1 --- Cargo.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad77658..c27b9a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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" +