Skip to content

Commit cd4c192

Browse files
committed
v3.0.2
1 parent 6d88f96 commit cd4c192

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 3.0.2
2+
3+
- README update
4+
15
# Version 3.0.1
26

37
- README update

Cargo.toml

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

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ A global executor built on top of async-executor and async-io
1212
`futures_lite::future::block_on` internally. this is preferred if your application also uses `async-io`.
1313
* `tokio`: if enabled, `async-global-executor` will ensure that all tasks that you will spawn run in the context of a
1414
tokio 1.0 runtime, spawning a new one if required.
15-
* `tokio03`: if enabled, `async-global-executor` will ensure that all tasks that you will spawn run in the context of a
16-
tokio 0.3 runtime, spawning a new one if required.
17-
* `tokio02`: if enabled, `async-global-executor` will ensure that all tasks that you will spawn run in the context of a
18-
tokio 0.2 runtime, spawning a new one if required.
1915

2016
# Examples
2117

0 commit comments

Comments
 (0)