Skip to content

Commit

Permalink
Bump MSRV to 1.59.0 and edition to 2021
Browse files Browse the repository at this point in the history
We have stuck to Rust 1.56.1 for a while for supporting the oldest LTS
release of Yocto (Kirkstone). This release bumped its Rust support to
1.59.0 in March 2023.

Let's take this to our advantage and gain the option to allow for
example dependencies using Cargos named-profiles (which got stabilized
with Cargo 1.57).
  • Loading branch information
sirhcel committed Nov 24, 2023
1 parent 14ab9c9 commit 7725a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ authors = [
"Bryant Mairs <[email protected]>",
"Jesse Braham <[email protected]>",
]
edition = "2018"
rust-version = "1.56.1"
edition = "2021"
rust-version = "1.59.0"
description = "A cross-platform low-level serial port library."
documentation = "https://docs.rs/serialport"
repository = "https://github.com/serialport/serialport-rs"
Expand Down

0 comments on commit 7725a97

Please sign in to comment.