Skip to content

Commit

Permalink
Remove dependency on minimal-lexical (#1709)
Browse files Browse the repository at this point in the history
This is not actually used anywhere

Co-authored-by: Nabil Wadih <nwadih@google.com>
  • Loading branch information
nabilwadih and Nabil Wadih committed Apr 21, 2024
1 parent a209ff1 commit 47de98b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,10 @@ include = [

[features]
alloc = []
std = ["alloc", "memchr/std", "minimal-lexical/std"]
std = ["alloc", "memchr/std"]
default = ["std"]
docsrs = []

[dependencies.minimal-lexical]
version = "0.2.0"
default-features = false

[dependencies.memchr]
version = "2.3"
default-features = false
Expand Down

0 comments on commit 47de98b

Please sign in to comment.