diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a5b26..5bd5211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update dependency `dusk-bls12_381` to 0.14 - Update dependency `dusk-jubjub` to 0.15 +- Change rust toolchain version to `nightly-2023-11-10` (1.75.0) [#26] ## [0.2.1] - 2024-05-08 @@ -46,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add documentation +[#26]: https://github.com/dusk-network/safe/issues/26 [#21]: https://github.com/dusk-network/safe/issues/21 [#17]: https://github.com/dusk-network/safe/issues/17 [#15]: https://github.com/dusk-network/safe/issues/15 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f7bb95a..e4ada99 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-05-22" -components = ["rustfmt", "clippy"] \ No newline at end of file +channel = "nightly-2023-11-10" +components = ["rustfmt", "clippy"]