From 3932ed118eed09efbf4c2e0bc00e2bfe453fab59 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Mon, 3 Apr 2023 22:03:08 -0500 Subject: [PATCH] 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. --- fish-rust/Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fish-rust/Cargo.lock b/fish-rust/Cargo.lock index cbde7ffb6..90ed9f39b 100644 --- a/fish-rust/Cargo.lock +++ b/fish-rust/Cargo.lock @@ -258,7 +258,7 @@ dependencies = [ [[package]] name = "cxx" 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 = [ "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#2b1b38264b7d10ffd946ece72b6a0f00830b3769" +source = "git+https://github.com/fish-shell/cxx?branch=fish#113eabd04a7c7fdfaa4685b5aaf0279586021e87" 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#2b1b38264b7d10ffd946ece72b6a0f00830b3769" +source = "git+https://github.com/fish-shell/cxx?branch=fish#113eabd04a7c7fdfaa4685b5aaf0279586021e87" 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#2b1b38264b7d10ffd946ece72b6a0f00830b3769" +source = "git+https://github.com/fish-shell/cxx?branch=fish#113eabd04a7c7fdfaa4685b5aaf0279586021e87" [[package]] name = "cxxbridge-macro" 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 = [ "proc-macro2", "quote",