File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 18
18
19
19
include :
20
20
# Test MSRV
21
- - rust : 1.36 .0
21
+ - rust : 1.46 .0
22
22
TARGET : x86_64-unknown-linux-gnu
23
23
24
24
# Test nightly but don't fail
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
10
- Changed [ ` Dns ` ] ( ./src/dns.rs ) methods to return ` nb::Result<..> ` to allow non-blocking implementations.
11
11
- Bump dependency version of ` heapless ` to ` v0.6.1 ` to address security issue of sub-dependency.
12
12
- Bump dependency version of ` no-std-net ` to ` v0.5 ` .
13
+ - Bump MSRV to 1.46.0 to get ` const-fn ` for ` no-std-net ` .
13
14
14
15
15
16
## [ 0.3.0] - 2021-02-15
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ These issues / PRs will be labeled as `proposal`s in the issue tracker.
35
35
36
36
## Minimum Supported Rust Version (MSRV)
37
37
38
- This crate is guaranteed to compile on stable Rust 1.36 .0 and up. It * might*
38
+ This crate is guaranteed to compile on stable Rust 1.46 .0 and up. It * might*
39
39
compile with older versions but that may change in any new patch release.
40
40
41
41
## License
You can’t perform that action at this time.
0 commit comments