Skip to content

Commit

Permalink
Update MSRV.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebschmi committed Aug 7, 2024
1 parent 31156ef commit 0a81e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [stable, 1.70.0]
toolchain: [stable, 1.75.0]
command:
- name: Check
command: check
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation = "https://docs.rs/matchtigs"
homepage = "https://github.com/algbio/matchtigs"
repository = "https://github.com/algbio/matchtigs"
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.75.0"
license-file = "LICENSE.txt"

[lib]
Expand Down

0 comments on commit 0a81e9e

Please sign in to comment.