Skip to content

Commit

Permalink
Raise the MSRV to 1.60.0
Browse files Browse the repository at this point in the history
This is needed as clap v4.0.0 raised its MSRV to 1.60.0. For more
information please see the changelog:
	https://github.com/clap-rs/clap/blob/master/CHANGELOG.md#400---2022-09-28

Or the corresponding PR:
	clap-rs/clap#4060

Signed-off-by: Richard Leitner <[email protected]>
  • Loading branch information
g0hl1n committed Mar 21, 2023
1 parent 95416b3 commit aeabe37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
disable_tests: true
extra_packages: libudev-dev
target: x86_64-unknown-linux-gnu
toolchain: "1.56.1"
toolchain: "1.60.0"

# --------------------------------------------------------------------------
# BUILD
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
"Jesse Braham <[email protected]>",
]
edition = "2018"
rust-version = "1.56.1"
rust-version = "1.60"
description = "A cross-platform low-level serial port library."
documentation = "https://docs.rs/serialport"
repository = "https://github.com/serialport/serialport-rs"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ can help debug software or hardware errors.
# Dependencies

Rust versions 1.56.1 and higher are supported.
Rust versions 1.60.0 and higher are supported.

For GNU/Linux `pkg-config` headers are required:

Expand Down

0 comments on commit aeabe37

Please sign in to comment.