Skip to content

Commit c739994

Browse files
cjlongoriafacebook-github-bot
authored andcommitted
Update cxx fork
Summary: Starting in 1.90.0 a warning is generated for this attribute. This diff copies the [fix from the main cxx repo](dtolnay/cxx#1537) Reviewed By: dtolnay Differential Revision: D83271538 fbshipit-source-id: 7e3e4dc853882aa958e7824b2ae4aadfb30cc584
1 parent fb059ee commit c739994

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eden/fs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ base64urlsafedata = { git = "https://github.com/kanidm/webauthn-rs.git", rev = "
55
c2pa = { git = "https://github.com/dhruvmongia/c2pa-rs", rev = "32fd8548e6780f229eee173e378d540a9b579d16" }
66
cargo = { git = "https://github.com/rust-lang/cargo", rev = "f5b3a6ba899c2eb9285dd3769aa6d84179ee7f8b" }
77
cbindgen = { git = "https://github.com/mozilla/cbindgen.git", rev = "cf94b56ef35d91f8420e8f89fee70074d39d068d" }
8-
cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "43f8f85eb1b9d99f10f7228ab679997c484ade69" }
9-
cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "43f8f85eb1b9d99f10f7228ab679997c484ade69" }
8+
cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "870ebbecad0f6be394d4f9fb9bd62b551662651a" }
9+
cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "870ebbecad0f6be394d4f9fb9bd62b551662651a" }
1010
displaydoc = { git = "https://github.com/yaahc/displaydoc", rev = "7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0" }
1111
imgui = { git = "https://github.com/imgui-rs/imgui-rs.git", rev = "2abba18c08fb5e70c699ba7992342e7ff8573b09" }
1212
imgui-sys = { git = "https://github.com/imgui-rs/imgui-rs.git", rev = "2abba18c08fb5e70c699ba7992342e7ff8573b09" }

eden/mononoke/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ base64urlsafedata = { git = "https://github.com/kanidm/webauthn-rs.git", rev = "
8181
c2pa = { git = "https://github.com/dhruvmongia/c2pa-rs", rev = "32fd8548e6780f229eee173e378d540a9b579d16" }
8282
cargo = { git = "https://github.com/rust-lang/cargo", rev = "f5b3a6ba899c2eb9285dd3769aa6d84179ee7f8b" }
8383
cbindgen = { git = "https://github.com/mozilla/cbindgen.git", rev = "cf94b56ef35d91f8420e8f89fee70074d39d068d" }
84-
cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "43f8f85eb1b9d99f10f7228ab679997c484ade69" }
85-
cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "43f8f85eb1b9d99f10f7228ab679997c484ade69" }
84+
cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "870ebbecad0f6be394d4f9fb9bd62b551662651a" }
85+
cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "870ebbecad0f6be394d4f9fb9bd62b551662651a" }
8686
displaydoc = { git = "https://github.com/yaahc/displaydoc", rev = "7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0" }
8787
imgui = { git = "https://github.com/imgui-rs/imgui-rs.git", rev = "2abba18c08fb5e70c699ba7992342e7ff8573b09" }
8888
imgui-sys = { git = "https://github.com/imgui-rs/imgui-rs.git", rev = "2abba18c08fb5e70c699ba7992342e7ff8573b09" }

0 commit comments

Comments
 (0)