mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 18:21:16 -03:00
Drop lazy_static from Cargo.toml
This should have been included as part of the previous commit, mea culpa.
This commit is contained in:
1
fish-rust/Cargo.lock
generated
1
fish-rust/Cargo.lock
generated
@@ -353,7 +353,6 @@ dependencies = [
|
||||
"cxx-gen",
|
||||
"errno",
|
||||
"inventory",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"miette",
|
||||
"nix",
|
||||
|
||||
@@ -11,7 +11,6 @@ autocxx = "0.23.1"
|
||||
cxx = "1.0"
|
||||
errno = "0.2.8"
|
||||
inventory = { version = "0.3.3", optional = true}
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2.137"
|
||||
nix = { version = "0.25.0", default-features = false, features = [] }
|
||||
num-traits = "0.2.15"
|
||||
|
||||
Reference in New Issue
Block a user