Skip to content

Commit

Permalink
Update cxx requirement from 1,<1.0.87 to 1, <1.0.123
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.122)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 47a10d2 commit d35afa9
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.87" # 1.0.87 requires MSRV 1.60
version = "1, <1.0.123" # 1.0.87 requires MSRV 1.60
features = ["c++17"]

[build-dependencies]
Expand Down

0 comments on commit d35afa9

Please sign in to comment.