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.
2 parents 14a588e + b529f34 commit 181b2e2Copy full SHA for 181b2e2
Cargo.toml
@@ -3,7 +3,7 @@ name = "rust-ocpp"
3
description = "ocpp 1.6 and 2.0.1 libraries"
4
readme = "README.md"
5
license = "MIT OR Apache-2.0"
6
-version = "2.0.0"
+version = "2.0.1"
7
authors = ["Tommy Malmqvist <[email protected]"]
8
homepage = "https://codelabs.se/"
9
repository = "https://github.com/codelabsab/rust-ocpp"
README.md
@@ -23,7 +23,7 @@ Add `rust-ocpp` as a dependency in your `Cargo.toml`. It will default to version
23
24
```toml
25
[dependencies]
26
-rust-ocpp = "1.0"
+rust-ocpp = "2.0"
27
```
28
29
To use `1.6` you need to specify a protocol version with a feature flag:
0 commit comments