From 026a14a8e4e9409dbc116d47ca7b1cb245610a31 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 8 Nov 2022 12:40:53 -0800 Subject: [PATCH] Update cxx from 1.0.76 to 1.0.81 Summary: Release notes: - https://github.com/dtolnay/cxx/releases/tag/1.0.77 - https://github.com/dtolnay/cxx/releases/tag/1.0.78 - https://github.com/dtolnay/cxx/releases/tag/1.0.79 - https://github.com/dtolnay/cxx/releases/tag/1.0.80 - https://github.com/dtolnay/cxx/releases/tag/1.0.81 Fixes this bug report from Eddie: {F793474902} Reviewed By: edward-shen Differential Revision: D41129523 fbshipit-source-id: 3bbb0b110608c526e7808b8fdae3d2b21bc797b7 --- shed/services/common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shed/services/common/Cargo.toml b/shed/services/common/Cargo.toml index c3a50b60c..7b3f52768 100644 --- a/shed/services/common/Cargo.toml +++ b/shed/services/common/Cargo.toml @@ -15,5 +15,5 @@ license = "MIT OR Apache-2.0" path = "lib.rs" [dependencies] -cxx = "1.0.76" +cxx = "1.0.81" thiserror = "1.0.36"