Skip to content

Commit

Permalink
update msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
estokes committed Dec 31, 2024
1 parent dccc762 commit a71c0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["asynchronous", "hardware-support"]
edition = "2021"

[package.metadata]
msrv = "1.70.0" # Used by cargo-msrv
msrv = "1.78.0" # Used by cargo-msrv

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cargo build --no-default-features
```

### MSRV
The Minimum Supported Rust Version is **1.70.0** as found using [cargo-msrv](https://crates.io/crates/cargo-msrv)
The Minimum Supported Rust Version is **1.78.0** as found using [cargo-msrv](https://crates.io/crates/cargo-msrv)

## Examples
A few examples can be found [here](https://github.com/berkowski/mio-serial/tree/master/examples).
Expand Down

0 comments on commit a71c0bd

Please sign in to comment.