Skip to content

Commit 31eca19

Browse files
jhbruhneldruin
authored andcommitted
Add requirement of std to from_str feature
1 parent 0c93afb commit 31eca19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readme = "README.md"
1616

1717
[features]
1818
std = []
19-
from_str = ["regex"]
19+
from_str = ["regex", "std"]
2020

2121
[dependencies]
2222
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)