We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b82b97 commit 45d5d7eCopy full SHA for 45d5d7e
CHANGELOG.md
@@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
20
<!-- next-header -->
21
## [Unreleased] - ReleaseDate
22
23
+### Fixes
24
+
25
+- *(parser)* When check `allow_negative_numbers`, allow `E` again
26
27
## [4.5.22] - 2024-12-03
28
29
### Fixes
clap_builder/Cargo.toml
@@ -59,7 +59,7 @@ unstable-styles = ["color"] # deprecated
59
bench = false
60
61
[dependencies]
62
-clap_lex = { path = "../clap_lex", version = "0.7.0" }
+clap_lex = { path = "../clap_lex", version = "0.7.4" }
63
unicase = { version = "2.6.0", optional = true }
64
strsim = { version = "0.11.0", optional = true }
65
anstream = { version = "0.6.7", optional = true }
0 commit comments