Skip to content

Commit

Permalink
Release version 0.0.3 (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Pohl <maximilian@tweedegolf.com>
  • Loading branch information
pohlm01 authored Nov 28, 2024
1 parent 3625dc4 commit 6cbe1ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = []
resolver = "2"

[workspace.package]
version = "0.0.2"
version = "0.0.3"
edition = "2021"
rust-version = "1.81" # MSRV
license = "Apache-2.0 OR MIT"
Expand All @@ -20,9 +20,9 @@ description = "An OpenADR 3.0 VTN/VEN implementation"
keywords = ["energy", "openadr", "lf-energy"]

[workspace.dependencies]
openleadr-wire = { version = "0.0.2", path = "openleadr-wire" }
openleadr-vtn = { version = "0.0.2", path = "openleadr-vtn" }
openleadr-client = { version = "0.0.2", path = "openleadr-client" }
openleadr-wire = { version = "0.0.3", path = "openleadr-wire" }
openleadr-vtn = { version = "0.0.3", path = "openleadr-vtn" }
openleadr-client = { version = "0.0.3", path = "openleadr-client" }

serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
Expand Down

0 comments on commit 6cbe1ac

Please sign in to comment.