Skip to content

Commit

Permalink
chore: Update MSRV_VERSION to 1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 26, 2023
1 parent d171963 commit a526248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
needs: Formatting
runs-on: ubuntu-latest
env:
MSRV_VERSION: 1.62.0
MSRV_VERSION: 1.63.0
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ remains highly efficient.

# Trying Out

The Minimum Supported Rust Version (MSRV) is 1.62.0.
The Minimum Supported Rust Version (MSRV) is 1.63.0.
This is primary a library for use in other programs, but for benchmarking
purposes it includes a program for intersecting BED files.

Expand Down

0 comments on commit a526248

Please sign in to comment.