Skip to content

Commit d396bf8

Browse files
committed
msrv
1 parent 3c72eb2 commit d396bf8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
rust_version:
2020
- stable
21-
- "1.80.0" # MSRV
21+
- "1.89.0" # MSRV
2222
os:
2323
- ubuntu-latest
2424
- windows-latest

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/fjall-rs/sfa"
1010
homepage = "https://github.com/fjall-rs/sfa"
1111
keywords = ["file-archive"]
1212
categories = ["filesystem"]
13-
rust-version = "1.80"
13+
rust-version = "1.89"
1414
publish = true
1515

1616
[lib]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="https://crates.io/crates/sfa">
99
<img src="https://img.shields.io/crates/v/sfa?color=blue" alt="Crates.io" />
1010
</a>
11-
<img src="https://img.shields.io/badge/MSRV-1.80.0-blue" alt="MSRV" />
11+
<img src="https://img.shields.io/badge/MSRV-1.89.0-blue" alt="MSRV" />
1212
<a href="https://deps.rs/repo/github/fjall-rs/sfa">
1313
<img src="https://deps.rs/repo/github/fjall-rs/sfa/status.svg" alt="dependency status" />
1414
</a>

0 commit comments

Comments
 (0)