Skip to content

Commit

Permalink
bump msrv to 1.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Nov 13, 2024
1 parent 8eabcde commit 95ebe61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,11 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: "1.65.0"
toolchain: "1.66.0"
override: true

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

- name: Check if it builds properly
uses: actions-rs/cargo@v1
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.65.0"
rust-version = "1.66.0"

[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.65.0.
Currently the minimum supported Rust version is 1.66.0.

0 comments on commit 95ebe61

Please sign in to comment.