From 869c4f01a684cf759bc312331b38d11d5fd19568 Mon Sep 17 00:00:00 2001 From: Demilade Sonuga Date: Thu, 6 Feb 2025 11:36:55 +0100 Subject: [PATCH] Changed rust toolchain version to nightly-2023-11-10 --- CHANGELOG.md | 2 ++ rust-toolchain.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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"]