Skip to content

Commit

Permalink
raise MSRV for async-global-executor
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpr03 committed Jun 8, 2022
1 parent 5d5cf56 commit 4e43d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
version:
- 1.56.0 # MSRV
- 1.59.0 # MSRV
- stable
- nightly
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "notify"
version = "5.0.0-pre.15"
rust-version = "1.56"
rust-version = "1.59"
description = "Cross-platform filesystem notification library"
documentation = "https://docs.rs/notify"
homepage = "https://github.com/notify-rs/notify"
Expand Down

0 comments on commit 4e43d85

Please sign in to comment.