File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 10
10
matrix :
11
11
rust :
12
12
- stable
13
- - 1.56
13
+ - 1.63
14
14
target :
15
15
- ubuntu-latest
16
16
- windows-latest
28
28
strategy :
29
29
matrix :
30
30
rust :
31
- - 1.56
31
+ - 1.63
32
32
- stable
33
33
34
34
steps :
Original file line number Diff line number Diff line change 2
2
name = " sync_file"
3
3
version = " 0.2.6"
4
4
edition = " 2021"
5
- rust-version = " 1.56 "
5
+ rust-version = " 1.63 "
6
6
license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
8
8
description = " Files that can be read concurrently"
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Crates.io] ( https://img.shields.io/crates/v/sync_file.svg )] ( https://crates.io/crates/sync_file )
4
4
[ ![ 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 )
6
6
7
7
Files that can be read concurrently.
8
8
@@ -61,4 +61,3 @@ at your option.
61
61
Unless you explicitly state otherwise, any contribution intentionally submitted
62
62
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
63
63
dual licensed as above, without any additional terms or conditions.
64
-
You can’t perform that action at this time.
0 commit comments