We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5cf56 commit 4e43d85Copy full SHA for 4e43d85
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
version:
21
- - 1.56.0 # MSRV
+ - 1.59.0 # MSRV
22
- stable
23
- nightly
24
os: [ubuntu-latest, macos-latest, windows-latest]
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "notify"
3
version = "5.0.0-pre.15"
4
-rust-version = "1.56"
+rust-version = "1.59"
5
description = "Cross-platform filesystem notification library"
6
documentation = "https://docs.rs/notify"
7
homepage = "https://github.com/notify-rs/notify"
0 commit comments