Skip to content

Commit f03a320

Browse files
committed
Bump version v0.1.0
First official release.
1 parent cdba473 commit f03a320

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "threadid"
33
description = "Fast and flexible thread identifiers"
4-
version = "0.1.0-alpha.1"
4+
version = "0.1.0"
55
license = "Apache-2.0 OR MIT"
66
repository = "https://github.com/Techcable/threadid.rs"
77
edition = "2021"
@@ -10,6 +10,8 @@ edition = "2021"
1010
# 1.61 - dep:foo and foo?/std syntax
1111
# 1.63 - const Mutex::new
1212
rust-version = "1.63"
13+
categories = ["concurrency", "development-tools::debugging", "no-std", "no-std::no-alloc"]
14+
keywords = ["threadid", "tid", "name"]
1315

1416
[dependencies]
1517
cfg-if = "1"

0 commit comments

Comments
 (0)