We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8627faf commit 81403a5Copy full SHA for 81403a5
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "solaredge"
3
-version = "0.7.0"
+version = "0.8.0"
4
edition = "2024"
5
rust-version = "1.85.0"
6
description = "SolarEdge API client"
README.md
@@ -17,7 +17,7 @@ cargo add solaredge
17
Or add to your Cargo.toml:
18
```toml
19
[dependencies]
20
-solaredge = "0.7.0"
+solaredge = "0.8.0"
21
```
22
23
## Asynchronous SolarEdge API client for Rust
0 commit comments