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

6
Cargo.lock generated
View File

@@ -102,7 +102,6 @@ dependencies = [
"cc",
"errno",
"fast-float",
"hexponent",
"lazy_static",
"libc",
"lru",
@@ -151,11 +150,6 @@ version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
[[package]]
name = "hexponent"
version = "0.3.1"
source = "git+https://github.com/fish-shell/hexponent?branch=fish#71febaf2ffa3c63ea50a70aa4308293d69bd709c"
[[package]]
name = "itertools"
version = "0.9.0"