mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
Update cxx dependency
The let_cxx_wstring!() macro now works and can be used to avoid needing an extra ffi call to obtain a (pinned) wstring object.
This commit is contained in:
parent
5a03a17b9a
commit
3932ed118e
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]]
|
[[package]]
|
||||||
name = "cxx"
|
name = "cxx"
|
||||||
version = "1.0.81"
|
version = "1.0.81"
|
||||||
source = "git+https://github.com/fish-shell/cxx?branch=fish#2b1b38264b7d10ffd946ece72b6a0f00830b3769"
|
source = "git+https://github.com/fish-shell/cxx?branch=fish#113eabd04a7c7fdfaa4685b5aaf0279586021e87"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"cxxbridge-flags",
|
"cxxbridge-flags",
|
||||||
|
@ -270,7 +270,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cxx-build"
|
name = "cxx-build"
|
||||||
version = "1.0.81"
|
version = "1.0.81"
|
||||||
source = "git+https://github.com/fish-shell/cxx?branch=fish#2b1b38264b7d10ffd946ece72b6a0f00830b3769"
|
source = "git+https://github.com/fish-shell/cxx?branch=fish#113eabd04a7c7fdfaa4685b5aaf0279586021e87"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"codespan-reporting",
|
"codespan-reporting",
|
||||||
|
@ -284,7 +284,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cxx-gen"
|
name = "cxx-gen"
|
||||||
version = "0.7.81"
|
version = "0.7.81"
|
||||||
source = "git+https://github.com/fish-shell/cxx?branch=fish#2b1b38264b7d10ffd946ece72b6a0f00830b3769"
|
source = "git+https://github.com/fish-shell/cxx?branch=fish#113eabd04a7c7fdfaa4685b5aaf0279586021e87"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"codespan-reporting",
|
"codespan-reporting",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
@ -295,12 +295,12 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cxxbridge-flags"
|
name = "cxxbridge-flags"
|
||||||
version = "1.0.81"
|
version = "1.0.81"
|
||||||
source = "git+https://github.com/fish-shell/cxx?branch=fish#2b1b38264b7d10ffd946ece72b6a0f00830b3769"
|
source = "git+https://github.com/fish-shell/cxx?branch=fish#113eabd04a7c7fdfaa4685b5aaf0279586021e87"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cxxbridge-macro"
|
name = "cxxbridge-macro"
|
||||||
version = "1.0.81"
|
version = "1.0.81"
|
||||||
source = "git+https://github.com/fish-shell/cxx?branch=fish#2b1b38264b7d10ffd946ece72b6a0f00830b3769"
|
source = "git+https://github.com/fish-shell/cxx?branch=fish#113eabd04a7c7fdfaa4685b5aaf0279586021e87"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|
Loading…
Reference in a new issue