Skip to content

Commit

Permalink
Merge pull request #250 from plaes/msrv-fix
Browse files Browse the repository at this point in the history
msrv: Use correct `rust-version` field for msrv
  • Loading branch information
Dirbaio committed Apr 30, 2024
2 parents 9238d12 + 2c4f1c6 commit c2a40e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nrf-softdevice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Rust interface to nRF SoftDevice"
repository = "https://github.com/embassy-rs/nrf-softdevice"
categories = ["embedded", "hardware-support", "no-std"]
keywords = ["arm", "cortex-m", "nrf52", "nrf-softdevice"]
rust = "1.76"
rust-version = "1.76"

[features]

Expand Down

0 comments on commit c2a40e3

Please sign in to comment.