Skip to content

Commit 34f46e0

Browse files
committed
update MSRV to 1.60
required for log because of async-io/polling/blocking Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent f6fa866 commit 34f46e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
rust: [nightly, beta, stable, 1.59.0]
16+
rust: [nightly, beta, stable, 1.60.0]
1717
steps:
1818
- uses: actions/checkout@v2
1919

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation = "https://docs.rs/async-global-executor"
1111
keywords = ["async", "await", "future", "executor"]
1212
categories = ["asynchronous", "concurrency"]
1313
readme = "README.md"
14-
rust-version = "1.59"
14+
rust-version = "1.60"
1515

1616
[features]
1717
default = ["async-io"]

0 commit comments

Comments
 (0)