Skip to content

Commit 615e6a4

Browse files
StargateurGeal
authored andcommitted
minimal-lexical now import with no default feature
1 parent cff46ba commit 615e6a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ include = [
2828

2929
[features]
3030
alloc = []
31-
std = ["alloc", "memchr/use_std"]
31+
std = ["alloc", "memchr/use_std", "minimal-lexical/std"]
3232
default = ["std"]
3333
docsrs = []
3434

35-
[dependencies]
36-
minimal-lexical = "0.1.2"
35+
[dependencies.minimal-lexical]
36+
version = "0.1.2"
37+
default-features = false
3738

3839
[dependencies.memchr]
3940
version = "2.0"

0 commit comments

Comments
 (0)