version bump to prerelease + no info on rust_log

This commit is contained in:
Alex Janka 2024-01-10 12:33:50 +11:00
parent b62f2d5207
commit 305301dbd8
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -2193,7 +2193,7 @@ dependencies = [
[[package]]
name = "tesla-charge-controller"
version = "0.1.5"
version = "0.1.6-prerelease"
dependencies = [
"anyhow",
"async-channel",

View file

@ -1,6 +1,6 @@
[package]
name = "tesla-charge-controller"
version = "0.1.5"
version = "0.1.6-prerelease"
edition = "2021"
license = "MITNFA"
description = "Controls Tesla charge rate based on solar charge data"

2
debian/service vendored
View file

@ -8,7 +8,7 @@ Type=simple
Restart=always
RestartSec=10s
User=tesla
Environment="RUST_LOG=error,warn,info"
Environment="RUST_LOG=error,warn"
ExecStart=/usr/bin/tesla-charge-controller watch
[Install]