Skip to content

Commit 8ba24ec

Browse files
committed
uuid diagnostics & 0.4
1 parent 2c65d5d commit 8ba24ec

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/target
2-
Cargo.lock
1+
/target
2+
Cargo.lock

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pstd"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55

66
[features]
@@ -45,6 +45,7 @@ stupid_simple_dotenv = "0.2"
4545
uuid = { version = "1.16", features = [
4646
"v4",
4747
"v7",
48+
"macro-diagnostics",
4849
# Requires more dependencies but is faster with no compromises
4950
"fast-rng",
5051
], optional = true }

0 commit comments

Comments
 (0)