Skip to content

Commit

Permalink
Merge pull request #2 from PeterGrace/peter_grace_fix_sunspec_rs
Browse files Browse the repository at this point in the history
use proper sunspec_rs version
  • Loading branch information
PeterGrace authored Oct 12, 2023
2 parents a7a2b2f + cc78449 commit 17e1169
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ serde = {version="1.0.185", features=["derive"]}
serde_json = "1.0.105"
serde_yaml = "=0.8.26"
prometheus = {version = "0.13.3", features=["process"]}
#sunspec_rs = "0.3.1"
sunspec_rs = {path = "/home/pgrace/repos/sunspec_rs"}
sunspec_rs = "0.6.1"
console-subscriber = "0.1.10"
chrono = "0.4.28"
rand = "0.8.5"
Expand All @@ -45,4 +44,4 @@ actix-web = {version="4.3.1", features=["rustls"]}
actix-web-prom = "0.6.0"
metrics-process = "1.0.12"
ctrlc = "3.4.1"
reservoir-sampling = "0.5.1"
reservoir-sampling = "0.5.1"

0 comments on commit 17e1169

Please sign in to comment.