From a3db24652561b7c4e28a377d0206fada26528d34 Mon Sep 17 00:00:00 2001 From: geosxt <152320317+geosxt@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:41:02 -0500 Subject: [PATCH] feat: bump rust toolchain to 1.81.0 (#171) # Rationale for this change In order to keep rust up to date, we should be periodically updating the toolchain we use. # What changes are included in this PR? * Update toolchain.toml * Update README # Are these changes tested? Yes, by existing tests. --- crates/proof-of-sql/README.md | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/proof-of-sql/README.md b/crates/proof-of-sql/README.md index ca9327341..1ec032c2b 100644 --- a/crates/proof-of-sql/README.md +++ b/crates/proof-of-sql/README.md @@ -35,7 +35,7 @@ Get started with Proof of SQL by using the published crate on [crates.io](https: * NVIDIA GPU & Drivers (Strongly Recommended) * lld (`sudo apt install lld`) * clang (`sudo apt install clang`) -* [Rust 1.78.0](https://www.rust-lang.org/tools/install) +* [Rust 1.81.0](https://www.rust-lang.org/tools/install)