Skip to content

Commit 178db9e

Browse files
committed
Bump version to v0.1.0
The library seems to work fine
1 parent a172690 commit 178db9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dropping-thread-local"
33
description = "A dynamically allocated ThreadLocal that ensures destructors are run on thread exit"
4-
version = "0.1.0-alpha.0"
4+
version = "0.1.0"
55
authors = ["Techcable"]
66
license = "Apache-2.0 OR MIT"
77
edition = "2024"

0 commit comments

Comments
 (0)