Skip to content

Commit ec2ded0

Browse files
committed
Bump MSRV to 1.46
1 parent ba1a800 commit ec2ded0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
include:
2020
# Test MSRV
21-
- rust: 1.36.0
21+
- rust: 1.46.0
2222
TARGET: x86_64-unknown-linux-gnu
2323

2424
# Test nightly but don't fail

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
- Changed [`Dns`](./src/dns.rs) methods to return `nb::Result<..>` to allow non-blocking implementations.
1111
- Bump dependency version of `heapless` to `v0.6.1` to address security issue of sub-dependency.
1212
- 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`.
1314

1415

1516
## [0.3.0] - 2021-02-15

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ These issues / PRs will be labeled as `proposal`s in the issue tracker.
3535

3636
## Minimum Supported Rust Version (MSRV)
3737

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*
3939
compile with older versions but that may change in any new patch release.
4040

4141
## License

0 commit comments

Comments
 (0)