Skip to content

Commit 181b2e2

Browse files
authored
Merge pull request #124 from codelabsab/bump-to-2.0.1
Bump version to 2.0.1
2 parents 14a588e + b529f34 commit 181b2e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rust-ocpp"
33
description = "ocpp 1.6 and 2.0.1 libraries"
44
readme = "README.md"
55
license = "MIT OR Apache-2.0"
6-
version = "2.0.0"
6+
version = "2.0.1"
77
authors = ["Tommy Malmqvist <[email protected]"]
88
homepage = "https://codelabs.se/"
99
repository = "https://github.com/codelabsab/rust-ocpp"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add `rust-ocpp` as a dependency in your `Cargo.toml`. It will default to version
2323

2424
```toml
2525
[dependencies]
26-
rust-ocpp = "1.0"
26+
rust-ocpp = "2.0"
2727
```
2828

2929
To use `1.6` you need to specify a protocol version with a feature flag:

0 commit comments

Comments
 (0)