We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4960d commit ca18d41Copy full SHA for ca18d41
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.2.1
2
+
3
+- Add the `no-std` category to the package.
4
5
# Version 1.2.0
6
7
- The crate is now marked with `#![no_std]`.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-task"
-version = "1.2.0"
+version = "1.2.1"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
license = "Apache-2.0/MIT"
0 commit comments