Skip to content

Commit

Permalink
verion bump (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop22 authored Mar 30, 2023
1 parent 0413601 commit 8b9c5c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.1.0"
version = "0.2.0"
edition = "2021"
readme = "README.md"
repository = "https://github.com/tandemdrive/ocpi-tariffs"
Expand All @@ -10,8 +10,8 @@ license = "MIT OR Apache-2.0"
members = ["cli", "ocpi-tariffs"]

[workspace.dependencies]
ocpi-tariffs = { path = "ocpi-tariffs", version = "0.1.0" }
cli = { path = "cli", package = "ocpi-tariffs-cli", version = "0.1.0" }
ocpi-tariffs = { path = "ocpi-tariffs", version = "0.2.0" }
cli = { path = "cli", package = "ocpi-tariffs-cli", version = "0.2.0" }

chrono = { version = "0.4.23", features = ["serde"] }
chrono-tz = "0.7.0"
Expand Down

0 comments on commit 8b9c5c3

Please sign in to comment.