Skip to content

Commit 69756b6

Browse files
authored
Merge pull request #10 from uptick/bump-1.25.1
Bump version number
2 parents 25715a5 + 06abeba commit 69756b6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "1.25.0"
16+
version = "1.25.1"
1717
authors = ["Ilya Builuk <ilya.builuk@gmail.com>"]
1818
license = "Apache-2.0"
1919
keywords = ["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
3535
serde = { version = "1.0.219", features = ["derive"] }

rosomaxa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rosomaxa"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "A rosomaxa algorithm and other building blocks for creating a solver for optimization problems"
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)