We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c65d5d commit 8ba24ecCopy full SHA for 8ba24ec
.gitignore
@@ -1,2 +1,2 @@
1
-/target
2
-Cargo.lock
+/target
+Cargo.lock
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pstd"
3
-version = "0.3.0"
+version = "0.4.0"
4
edition = "2021"
5
6
[features]
@@ -45,6 +45,7 @@ stupid_simple_dotenv = "0.2"
45
uuid = { version = "1.16", features = [
46
"v4",
47
"v7",
48
+ "macro-diagnostics",
49
# Requires more dependencies but is faster with no compromises
50
"fast-rng",
51
], optional = true }
0 commit comments