Skip to content

Commit 3261eea

Browse files
kuecksfacebook-github-bot
authored andcommitted
Upgrade
Summary: There was a UB bug in the code that was breaking some code: facebookexperimental/cxx@fbe9109 Reviewed By: dtolnay Differential Revision: D72893628 fbshipit-source-id: 4394b4612cfedc10732bfe1bfca4d40d8fcd486f
1 parent 43acffc commit 3261eea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
abomonation = { git = "https://github.com/markbt/abomonation", rev = "0f43346d2afa2aedc64d61f3f4273e8d1e454642" }
33
base64urlsafedata = { git = "https://github.com/kanidm/webauthn-rs.git", rev = "d278c56adfa39a0723c79bdcd461644194bc5138" }
44
cbindgen = { git = "https://github.com/mozilla/cbindgen.git", rev = "cf94b56ef35d91f8420e8f89fee70074d39d068d" }
5-
cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "a596961aaf3467b94428273983363f8353c22f85" }
6-
cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "a596961aaf3467b94428273983363f8353c22f85" }
5+
cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "fbe91091fd26aea4a30fd08b8f0230078f4db2ce" }
6+
cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "fbe91091fd26aea4a30fd08b8f0230078f4db2ce" }
77
displaydoc = { git = "https://github.com/yaahc/displaydoc", rev = "7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0" }
88
graphql-parser = { git = "https://github.com/graphql-rust/graphql-parser", rev = "8d76425d83c40670570cc325f57c730262f07456" }
99
imgui = { git = "https://github.com/imgui-rs/imgui-rs.git", rev = "2abba18c08fb5e70c699ba7992342e7ff8573b09" }

0 commit comments

Comments
 (0)