Skip to content

Commit

Permalink
build: lower minimum rustc version to 1.59.0 for linux (dbus)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodie committed Sep 25, 2022
1 parent 38815b6 commit c0ffeec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
rust:
- stable
- 1.60.0
- 1.59.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
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 @@ description = "Show desktop notifications (linux, bsd, mac). Pure Rust dbus clie
repository = "https://github.com/hoodie/notify-rust"
documentation = "https://docs.rs/notify-rust/"
edition = "2018"
rust-version = "1.60.0"
rust-version = "1.59.0"
license = "MIT/Apache-2.0"
keywords = ["desktop", "notification", "notify", "linux", "macos"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This is functionally identical to the default feature set.

| | with dbus | with zbus|
| ----------- | --- | --- |
| **`rustc`** | >= 1.51 | >= 1.51 |
| **`rustc`** | >= 1.59 | >= 1.60 |
| **libdbus** | **yes** | nope! |

## macOS support
Expand Down

0 comments on commit c0ffeec

Please sign in to comment.