mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:31:14 -03:00
Add our fast-float crate
This adds a dependency on https://github.com/fish-shell/fast-float-rust which is our forked fast-float crate for parsing.
This commit is contained in:
6
fish-rust/Cargo.lock
generated
6
fish-rust/Cargo.lock
generated
@@ -347,6 +347,11 @@ dependencies = [
|
|||||||
"libc",
|
"libc",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "fast-float"
|
||||||
|
version = "0.2.0"
|
||||||
|
source = "git+https://github.com/fish-shell/fast-float-rust?branch=fish#9590c33a3f166a3533ba1cbb7a03e1105acec034"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fastrand"
|
name = "fastrand"
|
||||||
version = "1.9.0"
|
version = "1.9.0"
|
||||||
@@ -367,6 +372,7 @@ dependencies = [
|
|||||||
"cxx-build",
|
"cxx-build",
|
||||||
"cxx-gen",
|
"cxx-gen",
|
||||||
"errno",
|
"errno",
|
||||||
|
"fast-float",
|
||||||
"inventory",
|
"inventory",
|
||||||
"libc",
|
"libc",
|
||||||
"lru",
|
"lru",
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ rust-version = "1.67"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
widestring-suffix = { path = "./widestring-suffix/" }
|
widestring-suffix = { path = "./widestring-suffix/" }
|
||||||
pcre2 = { git = "https://github.com/fish-shell/rust-pcre2", branch = "master", default-features = false, features = ["utf32"] }
|
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" }
|
||||||
|
|
||||||
autocxx = "0.23.1"
|
autocxx = "0.23.1"
|
||||||
bitflags = "1.3.2"
|
bitflags = "1.3.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user