Skip to content

Commit

Permalink
update alloy-primitives 0.8.13 -> 0.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed Dec 11, 2024
1 parent 6bdf2ea commit 77ae159
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 61 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ repository = "https://github.com/OffchainLabs/stylus-sdk-rs"
rust-version = "1.71.0"

[workspace.dependencies]
alloy-primitives = { version = "=0.8.13", default-features = false , features = ["native-keccak"] }
alloy-sol-types = { version = "=0.8.13", default-features = false }
alloy-primitives = { version = "=0.8.14", default-features = false , features = ["native-keccak"] }
alloy-sol-types = { version = "=0.8.14", default-features = false }
cfg-if = "1.0.0"
derivative = { version = "2.2.0", features = ["use_core"] }
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
Expand Down
36 changes: 18 additions & 18 deletions examples/erc20/Cargo.lock

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

4 changes: 2 additions & 2 deletions examples/erc20/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"

[dependencies]
alloy-primitives = "=0.8.13"
alloy-sol-types = "=0.8.13"
alloy-primitives = "=0.8.14"
alloy-sol-types = "=0.8.14"
stylus-sdk = { path = "../../stylus-sdk" }
mini-alloc = { path = "../../mini-alloc" }

Expand Down
2 changes: 1 addition & 1 deletion examples/erc20/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.80.0"
channel = "1.81.0"
36 changes: 18 additions & 18 deletions examples/erc721/Cargo.lock

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

4 changes: 2 additions & 2 deletions examples/erc721/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"

[dependencies]
alloy-primitives = "=0.8.13"
alloy-sol-types = "=0.8.13"
alloy-primitives = "=0.8.14"
alloy-sol-types = "=0.8.14"
stylus-sdk = { path = "../../stylus-sdk" }
mini-alloc = { path = "../../mini-alloc" }

Expand Down
2 changes: 1 addition & 1 deletion examples/erc721/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.80.0"
channel = "1.81.0"
4 changes: 2 additions & 2 deletions examples/single_call/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ keywords = ["arbitrum", "ethereum", "stylus", "alloy"]
description = "Stylus single call router contract"

[dependencies]
alloy-primitives = "=0.8.13"
alloy-sol-types = "=0.8.13"
alloy-primitives = "=0.8.14"
alloy-sol-types = "=0.8.14"
hex = "0.4.3"
stylus-sdk = { path = "../../stylus-sdk" }
mini-alloc = { path = "../../mini-alloc" }
Expand Down
2 changes: 1 addition & 1 deletion examples/single_call/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.80.0"
channel = "1.81.0"

0 comments on commit 77ae159

Please sign in to comment.