Skip to content

Commit

Permalink
Update cxx requirement from 1,<=1.0.129 to 1, <=1.0.137
Browse files Browse the repository at this point in the history
Updates the requirements on [cxx](https://github.com/dtolnay/cxx) to permit the latest version.
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](dtolnay/cxx@1.0.0...1.0.137)

---
updated-dependencies:
- dependency-name: cxx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 29f7783 commit d529dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceres-solver-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.137" # 1.0.130 requires MSRV 1.70
features = ["c++17"]

[build-dependencies]
Expand Down

0 comments on commit d529dfa

Please sign in to comment.