mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
Adopt the new hex float parsing
This eliminates hexponent.
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user