Skip to content

Commit

Permalink
Update MSRV.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebschmi committed Oct 25, 2023
1 parent a9b523f commit 755e8c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.65.0]
toolchain: [stable, 1.70.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.65.0"
rust-version = "1.70.0"
license-file = "LICENSE.txt"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mamba install -c conda-forge -c bioconda matchtigs

#### Requirements

Rust `>= 1.65.0`, best installed via [rustup](https://rustup.rs/).
Rust `>= 1.70.0`, best installed via [rustup](https://rustup.rs/).

#### Installation

Expand Down

0 comments on commit 755e8c6

Please sign in to comment.