Skip to content

Commit

Permalink
bump MSRV to 1.71.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Dec 26, 2024
1 parent 796a6ee commit 5cc41a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
override: true

- name: check if README matches MSRV defined here
run: grep '1.66.0' src/core/README.md
run: grep '1.71.1' src/core/README.md

- name: Check if it builds properly
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
os: ubuntu-22.04
tools:
python: "3.10"
rust: "1.70"
rust: "1.75"
apt_packages:
- llvm-dev
- libclang-dev
Expand Down
2 changes: 1 addition & 1 deletion src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
readme = "README.md"
autoexamples = false
autobins = false
rust-version = "1.66.0"
rust-version = "1.71.1"

[lib]
name = "sourmash"
Expand Down
2 changes: 1 addition & 1 deletion src/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Development happens on github at

## Minimum supported Rust version

Currently the minimum supported Rust version is 1.66.0.
Currently the minimum supported Rust version is 1.71.1.

0 comments on commit 5cc41a7

Please sign in to comment.