From 8c0cddae9e56b329bb573b2aadbb080287f2ed8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:02:34 +0000 Subject: [PATCH] Update cxx requirement from 1,<=1.0.129 to 1, <=1.0.186 Updates the requirements on [cxx](https://github.com/dtolnay/cxx) to permit the latest version. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.0...1.0.180) --- updated-dependencies: - dependency-name: cxx dependency-version: 1.0.180 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ceres-solver-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceres-solver-sys/Cargo.toml b/ceres-solver-sys/Cargo.toml index 098d018..7767b7e 100644 --- a/ceres-solver-sys/Cargo.toml +++ b/ceres-solver-sys/Cargo.toml @@ -20,7 +20,7 @@ path = "../ceres-solver-src" optional = true [dependencies.cxx] -version = "1,<=1.0.129" # 1.0.130 requires MSRV 1.70 +version = "1, <=1.0.186" # 1.0.130 requires MSRV 1.70 features = ["c++17"] [build-dependencies]