Skip to content

Commit

Permalink
doc: Don't advertise MSRV, there is none
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Jan 31, 2024
1 parent 3991913 commit 6886a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "riot-wrappers"
version = "0.8.2"
authors = ["Christian Amsüss <chrysn@fsfe.org>"]
edition = "2021"
rust-version = "1.65"
rust-version = "1.75"

description = "Rust API wrappers for the RIOT operating system"
documentation = "https://rustdoc.etonomy.org/riot_wrappers/"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ Supported RIOT & Rust versions
Currently, this crate targets the latest development version of RIOT.
Support for the latest release is maintained on a best-effort basis.

This crate works on stable Rust 1.64,
unless particular features are enabled.
This crate has no MSRV, it may start depending on the latest stable as soon as RIOT's build infrastructure has it.

When a released version of RIOT is used with anything but the riot-sys / riot-wrappers / nightly-compiler combination it was released with,
it is likely that all these must be upgraded together.
Expand Down

0 comments on commit 6886a10

Please sign in to comment.