Skip to content

Commit 254fe29

Browse files
authored
Merge pull request #27 from dusk-network/change-rust-toolchain-version
Changed rust toolchain version to nightly-2023-11-10
2 parents 5418601 + 869c4f0 commit 254fe29

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Update dependency `dusk-bls12_381` to 0.14
1313
- Update dependency `dusk-jubjub` to 0.15
14+
- Change rust toolchain version to `nightly-2023-11-10` (1.75.0) [#26]
1415

1516
## [0.2.1] - 2024-05-08
1617

@@ -46,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4647
- Add documentation
4748

4849
<!-- ISSUES -->
50+
[#26]: https://github.com/dusk-network/safe/issues/26
4951
[#21]: https://github.com/dusk-network/safe/issues/21
5052
[#17]: https://github.com/dusk-network/safe/issues/17
5153
[#15]: https://github.com/dusk-network/safe/issues/15

rust-toolchain.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2023-05-22"
3-
components = ["rustfmt", "clippy"]
2+
channel = "nightly-2023-11-10"
3+
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)