Skip to content

Commit ae66a18

Browse files
authored
Bump version to 3.0.0 (#156)
* Bump version to 2.0.2 * Bump version to 3.0.0 * docs: bump version to 3.0
1 parent 5d8d861 commit ae66a18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.1"
6+
version = "3.0.0"
77
authors = ["Tommy Malmqvist <[email protected]"]
88
homepage = "https://codelabs.se/"
99
repository = "https://github.com/codelabsab/rust-ocpp"

README.md

Lines changed: 1 addition & 1 deletion
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 = "2.0"
26+
rust-ocpp = "3.0"
2727
```
2828

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

0 commit comments

Comments
 (0)