Skip to content

Commit

Permalink
Merge pull request #124 from codelabsab/bump-to-2.0.1
Browse files Browse the repository at this point in the history
Bump version to 2.0.1
  • Loading branch information
parberge authored Dec 6, 2024
2 parents 14a588e + b529f34 commit 181b2e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "rust-ocpp"
description = "ocpp 1.6 and 2.0.1 libraries"
readme = "README.md"
license = "MIT OR Apache-2.0"
version = "2.0.0"
version = "2.0.1"
authors = ["Tommy Malmqvist <[email protected]"]
homepage = "https://codelabs.se/"
repository = "https://github.com/codelabsab/rust-ocpp"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add `rust-ocpp` as a dependency in your `Cargo.toml`. It will default to version

```toml
[dependencies]
rust-ocpp = "1.0"
rust-ocpp = "2.0"
```

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

0 comments on commit 181b2e2

Please sign in to comment.