Skip to content

Commit

Permalink
Update MSRV.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebschmi committed Aug 1, 2023
1 parent 63a8a34 commit 42cddd1
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.59.0]
toolchain: [stable, 1.65.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 @@ -11,7 +11,7 @@ documentation = "https://docs.rs/compact-genome"
repository = "https://github.com/sebschmi/compact-genome-rs"
readme = "README.md"
license = "BSD-2-Clause"
rust-version = "1.59.0"
rust-version = "1.65.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 42cddd1

Please sign in to comment.