Skip to content

Commit 2f27ec0

Browse files
committed
Update MSRV to 1.68
1 parent f25ec4e commit 2f27ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "async-executor"
66
version = "1.13.2"
77
authors = ["Stjepan Glavina <[email protected]>", "John Nunley <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.63"
9+
rust-version = "1.68"
1010
description = "Async executor"
1111
license = "Apache-2.0 OR MIT"
1212
repository = "https://github.com/smol-rs/async-executor"
@@ -36,7 +36,7 @@ futures-lite = { version = "2.0.0", default-features = false, features = ["std"]
3636
async-channel = "2.0.0"
3737
async-io = "2.1.0"
3838
async-lock = "3.0.0"
39-
criterion = { version = "0.5", default-features = false, features = ["cargo_bench_support"] }
39+
criterion = { version = "0.6", default-features = false, features = ["cargo_bench_support"] }
4040
easy-parallel = "3.1.0"
4141
fastrand = "2.0.0"
4242
futures-lite = "2.0.0"

0 commit comments

Comments
 (0)