File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ members = [
1313]
1414
1515[workspace .package ]
16- version = " 1.25.0 "
16+ version = " 1.25.1 "
1717authors = [" Ilya Builuk <ilya.builuk@gmail.com>" ]
1818license = " Apache-2.0"
1919keywords = [" vrp" , " optimization" ]
@@ -25,11 +25,11 @@ edition = "2024"
2525
2626[workspace .dependencies ]
2727# internal dependencies
28- rosomaxa = { path = " rosomaxa" , version = " 0.9.0 " }
29- vrp-core = { path = " vrp-core" , version = " 1.25.0 " }
30- vrp-scientific = { path = " vrp-scientific" , version = " 1.25.0 " }
31- vrp-pragmatic = { path = " vrp-pragmatic" , version = " 1.25.0 " }
32- vrp-cli = { path = " vrp-cli" , version = " 1.25.0 " }
28+ rosomaxa = { path = " rosomaxa" , version = " 0.9.1 " }
29+ vrp-core = { path = " vrp-core" , version = " 1.25.1 " }
30+ vrp-scientific = { path = " vrp-scientific" , version = " 1.25.1 " }
31+ vrp-pragmatic = { path = " vrp-pragmatic" , version = " 1.25.1 " }
32+ vrp-cli = { path = " vrp-cli" , version = " 1.25.1 " }
3333
3434# external dependencies
3535serde = { version = " 1.0.219" , features = [" derive" ] }
Original file line number Diff line number Diff line change 11[package ]
22name = " rosomaxa"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44description = " A rosomaxa algorithm and other building blocks for creating a solver for optimization problems"
55authors.workspace = true
66license.workspace = true
You can’t perform that action at this time.
0 commit comments