File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Changed
11
11
12
+ - Bump fmt version requirement ([ #280 ] ( https://github.com/Simple-Robotics/aligator/issues/280 ) )
12
13
- Update for crocoddyl v3: boost -> std pointers ([ #278 ] ( https://github.com/Simple-Robotics/aligator/issues/278 ) )
13
14
14
15
## [ 0.11.0] - 2025-03-17
Original file line number Diff line number Diff line change @@ -209,9 +209,9 @@ ADD_PROJECT_DEPENDENCY(
209
209
)
210
210
ADD_PROJECT_DEPENDENCY(
211
211
fmt
212
- "10.0 .0...<12"
212
+ "11.1 .0...<12"
213
213
REQUIRED
214
- PKG_CONFIG_REQUIRES "fmt >= 10.0 .0"
214
+ PKG_CONFIG_REQUIRES "fmt >= 11.1 .0"
215
215
)
216
216
217
217
if (BUILD_WITH_OPENMP_SUPPORT)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ eigen = ">=3.4.0"
21
21
python = " >=3.9.0"
22
22
eigenpy = " >=3.8.0,!=3.10.0"
23
23
proxsuite-nlp = " >=0.10.0"
24
- fmt = " >=10.0 .0"
24
+ fmt = " >=11.1 .0"
25
25
benchmark = " >=1.8.0"
26
26
pytest = " >=8.3.0"
27
27
matplotlib-base = " >=3.9.0"
You can’t perform that action at this time.
0 commit comments