Skip to content

Commit

Permalink
feat: bump rust toolchain to 1.81.0 (#171)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
geosxt authored Sep 20, 2024
1 parent dd74df8 commit a3db246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/proof-of-sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- TDDO: add this in when we put it on crates.io
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.80.0"
channel = "1.81.0"

0 comments on commit a3db246

Please sign in to comment.