Skip to content

Commit

Permalink
Bump version to 1.5.7
Browse files Browse the repository at this point in the history
* minor improvements
  • Loading branch information
reinterpretcat committed Sep 29, 2020
1 parent 7bf5a6e commit 555ac4b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions examples/json-pragmatic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json-pragmatic"
version = "1.5.6"
version = "1.5.7"
authors = ["Ilya Builuk <[email protected]>"]
license = "Apache-2.0"
keywords = ["vrp", "optimization"]
Expand All @@ -13,7 +13,7 @@ description = "An examples for solving rich VRP"
publish = false

[dependencies]
vrp-pragmatic = { path = "../../vrp-pragmatic", version = "1.5.6" }
vrp-pragmatic = { path = "../../vrp-pragmatic", version = "1.5.7" }

[dev-dependencies]
criterion = "0.3.3"
Expand Down
8 changes: 4 additions & 4 deletions vrp-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vrp-cli"
version = "1.5.6"
version = "1.5.7"
authors = ["Ilya Builuk <[email protected]>"]
license = "Apache-2.0"
keywords = ["vrp", "optimization"]
Expand All @@ -16,9 +16,9 @@ name = "vrp_cli"
crate-type = ["cdylib", "lib"]

[dependencies]
vrp-core = { path = "../vrp-core", version = "1.5.6" }
vrp-scientific = { path = "../vrp-scientific", version = "1.5.6" }
vrp-pragmatic = { path = "../vrp-pragmatic", version = "1.5.6" }
vrp-core = { path = "../vrp-core", version = "1.5.7" }
vrp-scientific = { path = "../vrp-scientific", version = "1.5.7" }
vrp-pragmatic = { path = "../vrp-pragmatic", version = "1.5.7" }

csv = "1.1.3"
serde_json = "1.0.57"
Expand Down
2 changes: 1 addition & 1 deletion vrp-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vrp-core"
version = "1.5.6"
version = "1.5.7"
authors = ["Ilya Builuk <[email protected]>"]
license = "Apache-2.0"
keywords = ["vrp", "optimization"]
Expand Down
4 changes: 2 additions & 2 deletions vrp-pragmatic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vrp-pragmatic"
version = "1.5.6"
version = "1.5.7"
authors = ["Ilya Builuk <[email protected]>"]
license = "Apache-2.0"
keywords = ["vrp", "optimization"]
Expand All @@ -12,7 +12,7 @@ edition = "2018"
description = "An extension logic for solving rich VRP"

[dependencies]
vrp-core = { path = "../vrp-core", version = "1.5.6" }
vrp-core = { path = "../vrp-core", version = "1.5.7" }

serde = { version = "1.0.115", features = ["derive"] }
serde_json = "1.0.57"
Expand Down
4 changes: 2 additions & 2 deletions vrp-scientific/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vrp-scientific"
version = "1.5.6"
version = "1.5.7"
authors = ["Ilya Builuk <[email protected]>"]
license = "Apache-2.0"
keywords = ["vrp", "optimization"]
Expand All @@ -13,4 +13,4 @@ description = "An extension logic for solving scientific VRP"


[dependencies]
vrp-core = { path = "../vrp-core", version = "1.5.6" }
vrp-core = { path = "../vrp-core", version = "1.5.7" }

0 comments on commit 555ac4b

Please sign in to comment.