Skip to content

Commit

Permalink
chore(bitar): MSRV to 1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
oll3 committed Sep 16, 2023
1 parent 6cdba94 commit 6959d4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
rust:
- stable
- nightly
- 1.61.0
- 1.64.0

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
rust:
- stable
- nightly
- 1.61.0
- 1.64.0

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
strategy:
matrix:
rust:
- 1.63.0
- 1.64.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand All @@ -142,7 +142,7 @@ jobs:
strategy:
matrix:
rust:
- 1.63.0
- 1.64.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion bitar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = [
"differential",
]
categories = ["compression", "filesystem"]
rust-version = "1.61"
rust-version = "1.64"

[build-dependencies]
prost-build = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion bitar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A library to use for low bandwidth file synchronization over HTTP.

### Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable rust 1.61 and up. It might compile with older versions depending on features set but it may change in any new patch release.
This crate is guaranteed to compile on stable rust 1.64 and up. It might compile with older versions depending on features set but it may change in any new patch release.

### Usage

Expand Down

0 comments on commit 6959d4f

Please sign in to comment.