Skip to content

Commit 92eb2e9

Browse files
committed
v3.1.0
1 parent 1e9f11c commit 92eb2e9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Version 3.1.0
2+
3+
- Fix tokio feature
4+
- Drop `once_cell` dependency
5+
- Use `async_executor::StaticExecutor`
6+
- Update MSRV to 1.80
7+
18
# Version 3.0.2
29

310
- README update

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-global-executor"
3-
version = "3.0.2"
3+
version = "3.1.0"
44
authors = ["Marc-Antoine Perennou <[email protected]>"]
55
description = "A global executor built on top of async-executor and async-io"
66
edition = "2021"

0 commit comments

Comments
 (0)