Skip to content

Commit 57fcc2d

Browse files
committed
Relax MSRV to 1.60
smol-rs/futures-lite#90
1 parent 24510a7 commit 57fcc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "async-executor"
66
version = "1.8.0"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
88
edition = "2021"
9-
rust-version = "1.61"
9+
rust-version = "1.60"
1010
description = "Async executor"
1111
license = "Apache-2.0 OR MIT"
1212
repository = "https://github.com/smol-rs/async-executor"

0 commit comments

Comments
 (0)