Skip to content

Commit 4e43d85

Browse files
committed
raise MSRV for async-global-executor
1 parent 5d5cf56 commit 4e43d85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
version:
21-
- 1.56.0 # MSRV
21+
- 1.59.0 # MSRV
2222
- stable
2323
- nightly
2424
os: [ubuntu-latest, macos-latest, windows-latest]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "notify"
33
version = "5.0.0-pre.15"
4-
rust-version = "1.56"
4+
rust-version = "1.59"
55
description = "Cross-platform filesystem notification library"
66
documentation = "https://docs.rs/notify"
77
homepage = "https://github.com/notify-rs/notify"

0 commit comments

Comments
 (0)