mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +00:00
Update pinned cxx dependency
Pulls in fish-shell/cxx 00536f3b771c9741bc325b37e7627d52052240a3 which implements `VectorElement` for `CxxWString`.
This commit is contained in:
parent
fdd4bcf718
commit
d728b884dd
1 changed files with 5 additions and 5 deletions
10
fish-rust/Cargo.lock
generated
10
fish-rust/Cargo.lock
generated
|
@ -258,7 +258,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cxx"
|
||||
version = "1.0.81"
|
||||
source = "git+https://github.com/fish-shell/cxx?branch=fish#113eabd04a7c7fdfaa4685b5aaf0279586021e87"
|
||||
source = "git+https://github.com/fish-shell/cxx?branch=fish#b6c25ddad3a73748e23d1aaa2f8c446e253ba480"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"cxxbridge-flags",
|
||||
|
@ -270,7 +270,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cxx-build"
|
||||
version = "1.0.81"
|
||||
source = "git+https://github.com/fish-shell/cxx?branch=fish#113eabd04a7c7fdfaa4685b5aaf0279586021e87"
|
||||
source = "git+https://github.com/fish-shell/cxx?branch=fish#b6c25ddad3a73748e23d1aaa2f8c446e253ba480"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"codespan-reporting",
|
||||
|
@ -284,7 +284,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cxx-gen"
|
||||
version = "0.7.81"
|
||||
source = "git+https://github.com/fish-shell/cxx?branch=fish#113eabd04a7c7fdfaa4685b5aaf0279586021e87"
|
||||
source = "git+https://github.com/fish-shell/cxx?branch=fish#b6c25ddad3a73748e23d1aaa2f8c446e253ba480"
|
||||
dependencies = [
|
||||
"codespan-reporting",
|
||||
"proc-macro2",
|
||||
|
@ -295,12 +295,12 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cxxbridge-flags"
|
||||
version = "1.0.81"
|
||||
source = "git+https://github.com/fish-shell/cxx?branch=fish#113eabd04a7c7fdfaa4685b5aaf0279586021e87"
|
||||
source = "git+https://github.com/fish-shell/cxx?branch=fish#b6c25ddad3a73748e23d1aaa2f8c446e253ba480"
|
||||
|
||||
[[package]]
|
||||
name = "cxxbridge-macro"
|
||||
version = "1.0.81"
|
||||
source = "git+https://github.com/fish-shell/cxx?branch=fish#113eabd04a7c7fdfaa4685b5aaf0279586021e87"
|
||||
source = "git+https://github.com/fish-shell/cxx?branch=fish#b6c25ddad3a73748e23d1aaa2f8c446e253ba480"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
Loading…
Reference in a new issue