Skip to content

Commit bbed121

Browse files
committed
Update MSRV to 1.63
1 parent cec4db4 commit bbed121

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
rust:
1212
- stable
13-
- 1.56
13+
- 1.63
1414
target:
1515
- ubuntu-latest
1616
- windows-latest
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
rust:
31-
- 1.56
31+
- 1.63
3232
- stable
3333

3434
steps:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "sync_file"
33
version = "0.2.6"
44
edition = "2021"
5-
rust-version = "1.56"
5+
rust-version = "1.63"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
88
description = "Files that can be read concurrently"

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Crates.io](https://img.shields.io/crates/v/sync_file.svg)](https://crates.io/crates/sync_file)
44
[![Docs.rs](https://docs.rs/sync_file/badge.svg)](https://docs.rs/sync_file/)
5-
![Minimum rustc version](https://img.shields.io/badge/rustc-1.56+-lightgray.svg)
5+
![Minimum rustc version](https://img.shields.io/badge/rustc-1.63+-lightgray.svg)
66

77
Files that can be read concurrently.
88

@@ -61,4 +61,3 @@ at your option.
6161
Unless you explicitly state otherwise, any contribution intentionally submitted
6262
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
6363
dual licensed as above, without any additional terms or conditions.
64-

0 commit comments

Comments
 (0)