Skip to content

Commit f47b0c1

Browse files
author
Antoine Bussy
committed
Bump fmt version requirement
1 parent 8aae5b9 commit f47b0c1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12+
- Bump fmt version requirement ([#280](https://github.com/Simple-Robotics/aligator/issues/280))
1213
- Update for crocoddyl v3: boost -> std pointers ([#278](https://github.com/Simple-Robotics/aligator/issues/278))
1314

1415
## [0.11.0] - 2025-03-17

Diff for: CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ ADD_PROJECT_DEPENDENCY(
209209
)
210210
ADD_PROJECT_DEPENDENCY(
211211
fmt
212-
"10.0.0...<12"
212+
"11.1.0...<12"
213213
REQUIRED
214-
PKG_CONFIG_REQUIRES "fmt >= 10.0.0"
214+
PKG_CONFIG_REQUIRES "fmt >= 11.1.0"
215215
)
216216

217217
if(BUILD_WITH_OPENMP_SUPPORT)

Diff for: pixi.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ eigen = ">=3.4.0"
2121
python = ">=3.9.0"
2222
eigenpy = ">=3.8.0,!=3.10.0"
2323
proxsuite-nlp = ">=0.10.0"
24-
fmt = ">=10.0.0"
24+
fmt = ">=11.1.0"
2525
benchmark = ">=1.8.0"
2626
pytest = ">=8.3.0"
2727
matplotlib-base = ">=3.9.0"

0 commit comments

Comments
 (0)