From 258b6b3bec919e2bcc557edf0329db06c611fdef Mon Sep 17 00:00:00 2001 From: GreatSoshiant Date: Tue, 3 Jun 2025 23:58:10 +0000 Subject: [PATCH] [create-pull-request] automated change --- .../english_auction/Cargo.toml.bak | 31 ------------------- .../applications/multi_sig/Cargo.toml | 2 +- .../applications/time_lock/Cargo.toml | 2 +- example_code/basic_examples/call/Cargo.toml | 2 +- .../encode_and_hashing/Cargo.toml | 2 +- .../basic_examples/function/Cargo.toml | 2 +- 6 files changed, 5 insertions(+), 36 deletions(-) delete mode 100644 example_code/applications/english_auction/Cargo.toml.bak diff --git a/example_code/applications/english_auction/Cargo.toml.bak b/example_code/applications/english_auction/Cargo.toml.bak deleted file mode 100644 index f1f8a3c9..00000000 --- a/example_code/applications/english_auction/Cargo.toml.bak +++ /dev/null @@ -1,31 +0,0 @@ -[package] -name = "stylus-auction-example" -version = "0.1.7" -edition = "2021" -license = "MIT OR Apache-2.0" -keywords = ["arbitrum", "ethereum", "stylus", "alloy"] - -[dependencies] -alloy-primitives = "=0.7.6" -alloy-sol-types = "=0.7.6" -mini-alloc = "0.4.2" -stylus-sdk = "0.6.0" -hex = "0.4.3" - -[dev-dependencies] -tokio = { version = "1.12.0", features = ["full"] } -ethers = "2.0" -eyre = "0.6.8" - -[features] -export-abi = ["stylus-sdk/export-abi"] - -[lib] -crate-type = ["lib", "cdylib"] - -[profile.release] -codegen-units = 1 -strip = true -lto = true -panic = "abort" -opt-level = "s" diff --git a/example_code/applications/multi_sig/Cargo.toml b/example_code/applications/multi_sig/Cargo.toml index 11217a45..47a54c92 100644 --- a/example_code/applications/multi_sig/Cargo.toml +++ b/example_code/applications/multi_sig/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" alloy-primitives = "=0.7.6" alloy-sol-types = "=0.7.6" mini-alloc = "0.4.2" -stylus-sdk = "0.6.0" +stylus-sdk = "0.9.0" hex = "0.4.3" [features] diff --git a/example_code/applications/time_lock/Cargo.toml b/example_code/applications/time_lock/Cargo.toml index a2daaad7..919bf2d7 100644 --- a/example_code/applications/time_lock/Cargo.toml +++ b/example_code/applications/time_lock/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" alloy-primitives = "0.7.5" alloy-sol-types = "0.7.5" mini-alloc = "0.4.2" -stylus-sdk = "0.6.0" +stylus-sdk = "0.9.0" hex = "0.4.3" sha3 = "0.10.8" diff --git a/example_code/basic_examples/call/Cargo.toml b/example_code/basic_examples/call/Cargo.toml index 792b0352..76df890f 100644 --- a/example_code/basic_examples/call/Cargo.toml +++ b/example_code/basic_examples/call/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] alloy-primitives = "=0.7.6" alloy-sol-types = "=0.7.6" -stylus-sdk = { version = "0.6.0", features = ["reentrant"] } +stylus-sdk = { version = "0.9.0", features = ["reentrant"] } hex = "0.4.3" [dev-dependencies] diff --git a/example_code/basic_examples/encode_and_hashing/Cargo.toml b/example_code/basic_examples/encode_and_hashing/Cargo.toml index e3666552..28c12caf 100644 --- a/example_code/basic_examples/encode_and_hashing/Cargo.toml +++ b/example_code/basic_examples/encode_and_hashing/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" alloy-primitives = "=0.7.6" alloy-sol-types = "=0.7.6" mini-alloc = "0.4.2" -stylus-sdk = "0.6.0" +stylus-sdk = "0.9.0" hex = "0.4.3" sha3 = "0.10.8" diff --git a/example_code/basic_examples/function/Cargo.toml b/example_code/basic_examples/function/Cargo.toml index 14be1a12..42b7c14c 100644 --- a/example_code/basic_examples/function/Cargo.toml +++ b/example_code/basic_examples/function/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" alloy-primitives = "=0.7.6" alloy-sol-types = "=0.7.6" mini-alloc = "0.4.2" -stylus-sdk = "0.6.0" +stylus-sdk = "0.9.0" hex = "0.4.3" sha3 = "0.10.8"