Skip to content

Commit

Permalink
Merge pull request #48 from M4SS-Code/mio-v1
Browse files Browse the repository at this point in the history
Bump mio to v1
  • Loading branch information
estokes authored Dec 31, 2024
2 parents 49b1c56 + 24ba1a2 commit 5776356
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
rust:
- stable
- beta
- 1.60.0
- 1.70.0
# - nightly
env:
TEST_PORT_A: /tmp/ttyS10
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
rust:
- stable
- beta
- 1.60.0
- 1.70.0
# - nightly
env:
TEST_PORT_A: /tmp/ttyS10
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
rust:
- stable
- beta
- 1.60.0
- 1.70.0
# - nightly
env:
TEST_PORT_A: COM10
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ categories = ["asynchronous", "hardware-support"]
edition = "2018"

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

[features]
default = []
libudev = ["serialport/libudev"]

[dependencies.mio]
version = "0.8"
version = "1"
features = ["os-poll", "os-ext"]

[dependencies.serialport]
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.60.0** as found using [cargo-msrv](https://crates.io/crates/cargo-msrv)
The Minimum Supported Rust Version is **1.70.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 5776356

Please sign in to comment.