Skip to content

Commit ea31b3b

Browse files
bump version to 3.0.1 and update dependencies formatting (#160)
1 parent 6f8c975 commit ea31b3b

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
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: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@ 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 = "3.0.0"
6+
version = "3.0.1"
77
authors = ["Tommy Malmqvist <tommy.malmqvist@codelabs.se"]
88
homepage = "https://codelabs.se/"
99
repository = "https://github.com/codelabsab/rust-ocpp"
1010
edition = "2021"
1111
keywords = ["ocpp", "ev", "csms"]
12-
categories = ["accessibility", "data-structures", "embedded", "encoding", "web-programming::websocket"]
12+
categories = [
13+
"accessibility",
14+
"data-structures",
15+
"embedded",
16+
"encoding",
17+
"web-programming::websocket",
18+
]
1319
publish = true
1420
exclude = ["docs/", "src/tests"]
1521

@@ -26,11 +32,18 @@ v2_0_1 = []
2632

2733
[dependencies]
2834
serde = { version = "1", default-features = false, features = ["derive"] }
29-
chrono = { version = "0.4.39", default-features = false, features = ["serde", "alloc"] }
35+
chrono = { version = "0.4.39", default-features = false, features = [
36+
"serde",
37+
"alloc",
38+
] }
3039
uuid = { version = "1", default-features = false, features = ["v4"] }
31-
validator = { version = "0.19.0", default-features = false, features = ["derive"] }
40+
validator = { version = "0.19.0", default-features = false, features = [
41+
"derive",
42+
] }
3243
regex = "1.11.1"
33-
rust_decimal = { version = "1.36.0", features = ["serde-with-arbitrary-precision"] }
44+
rust_decimal = { version = "1.36.0", features = [
45+
"serde-with-arbitrary-precision",
46+
] }
3447

3548
[dev-dependencies]
3649
chrono = { version = "0.4.39", default-features = false, features = ["clock"] }

0 commit comments

Comments
 (0)