From d1ac8de344cacca37fbde2b2d5addc3c00c652d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:06:41 +0000 Subject: [PATCH] Update cxx-build requirement from 1,<=1.0.129 to 1, <=1.0.190 Updates the requirements on [cxx-build](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.190) --- updated-dependencies: - dependency-name: cxx-build dependency-version: 1.0.190 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..5688e7a 100644 --- a/ceres-solver-sys/Cargo.toml +++ b/ceres-solver-sys/Cargo.toml @@ -25,7 +25,7 @@ features = ["c++17"] [build-dependencies] cmake = "0.1" -cxx-build = "1,<=1.0.129" # 1.0.130 requires MSRV 1.70 +cxx-build = "1, <=1.0.190" # 1.0.130 requires MSRV 1.70 pkg-config = { version = "0.3", optional = true } [dev-dependencies]