Adopt the new hex float parsing

This eliminates hexponent.
This commit is contained in:
ridiculousfish
2024-05-25 17:20:08 -04:00
parent bed2ff2ea6
commit 08f8983085
4 changed files with 8 additions and 26 deletions

View File

@@ -21,7 +21,6 @@ default-run = "fish"
[dependencies]
pcre2 = { git = "https://github.com/fish-shell/rust-pcre2", branch = "master", default-features = false, features = ["utf32"] }
fast-float = { git = "https://github.com/fish-shell/fast-float-rust", branch="fish" }
hexponent = { git = "https://github.com/fish-shell/hexponent", branch="fish" }
printf-compat = { git = "https://github.com/fish-shell/printf-compat.git", branch="fish" }
bitflags = "2.4.0"