File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 5
5
- nightly
6
6
- beta
7
7
- stable
8
- - 1.9 .0
8
+ - 1.36 .0
9
9
10
10
before_script :
11
11
- |
Original file line number Diff line number Diff line change @@ -30,11 +30,14 @@ following dependency declaration in `Cargo.toml`:
30
30
ascii = { version = " 0.9" , default-features = false }
31
31
```
32
32
33
- ## Requirements
34
-
35
- - The minimum supported Rust version is 1.9.0
36
- - Enabling the quickcheck feature requires Rust 1.12.0
37
- - Enabling the serde feature requires Rust 1.13.0
33
+ ## Minimum supported Rust version
34
+
35
+ The minimum supported Rust version for 1.0.\* releases is 1.36.0.
36
+ Later 1.y.0 releases might require newer Rust versions, but the three most
37
+ recent stable releases at the time of publishing will always be supported.
38
+ For example this means that if the current stable Rust version is 1.44 when
39
+ ascii 1.1.0 is released, then ascii 1.1.* will not require a newer
40
+ Rust version than 1.42.
38
41
39
42
## History
40
43
Original file line number Diff line number Diff line change 15
15
//!
16
16
//! Please refer to the readme file to learn about the different feature modes of this crate.
17
17
//!
18
- //! # Requirements
18
+ //! # Minimum supported Rust version
19
19
//!
20
- //! - The minimum supported Rust version is 1.9.0
21
- //! - Enabling the quickcheck feature requires Rust 1.12.0
22
- //! - Enabling the serde feature requires Rust 1.13.0
20
+ //! The minimum supported Rust version for 1.0.\* releases is 1.36.0.
21
+ //! Later 1.y.0 releases might require newer Rust versions, but the three most
22
+ //! recent stable releases at the time of publishing will always be supported.
23
+ //! For example this means that if the current stable Rust version is 1.44 when
24
+ //! ascii 1.1.0 is released, then ascii 1.1.* will not require a newer
25
+ //! Rust version than 1.42.
23
26
//!
24
27
//! # History
25
28
//!
You can’t perform that action at this time.
0 commit comments