Skip to content

Commit 639fd8e

Browse files
committed
fix: do not bump Rust version
1 parent 2324429 commit 639fd8e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
### Changed (Breaking)
2222

2323
- Bump cargo-stylus to v0.5.7. #484
24-
- Bump Rust to nightly-2024-10-17. #484
2524
- Constants `TYPE_HASH`, `FIELDS`, `SALT` and `TYPED_DATA_PREFIX`, and type `DomainSeparatorTuple` are no longer exported from `utils::cryptography::eip712`. #478
2625
- Bump Stylus SDK to v0.7.0. #433
2726
- Bump `alloy` dependencies to v0.8.14. #433

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[toolchain]
22
# We should use stable here once nitro-testnode is updated and the contracts fit
33
# the size limit (issue <https://github.com/OpenZeppelin/rust-contracts-stylus/issues/129>).
4-
channel = "nightly-2024-10-17"
4+
channel = "nightly-2024-09-05"
55
components = ["rust-src"]
66
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)