Skip to content

Commit 80f7cd4

Browse files
authored
chore: add MSRV of 1.79 (#1736)
1 parent c804db2 commit 80f7cd4

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
version = "3.0.0"
33
edition = "2021"
44
license = "MIT OR Apache-2.0"
5+
rust-version = "1.79"
56
repository = "https://github.com/succinctlabs/sp1"
67
keywords = ["sp1", "succinct", "zero-knowledge", "zkvm"]
78
categories = ["cryptography"]

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ To get started, make sure you have [Rust](https://www.rust-lang.org/tools/instal
2020
SP1 has undergone audits from [Veridise](https://www.veridise.com/), [Cantina](https://cantina.xyz/),
2121
and [KALOS](https://kalos.xyz/) and is recommended for production use. The audit reports are available [here](./audits).
2222

23+
## Supported Rust Versions (MSRV)
24+
25+
The current MSRV (minimum supported Rust version) is 1.79.
2326

2427
## For Contributors
2528

clippy.toml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
msrv = "1.79"

0 commit comments

Comments
 (0)