Skip to content

Commit 3269b7b

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 59b6296 commit 3269b7b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[patch.crates-io]
2-
cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "43f8f85eb1b9d99f10f7228ab679997c484ade69" }
3-
cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "43f8f85eb1b9d99f10f7228ab679997c484ade69" }
2+
cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "870ebbecad0f6be394d4f9fb9bd62b551662651a" }
3+
cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "870ebbecad0f6be394d4f9fb9bd62b551662651a" }
44
displaydoc = { git = "https://github.com/yaahc/displaydoc", rev = "7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0" }
55
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
66

0 commit comments

Comments
 (0)