Skip to content

Commit afdd7cc

Browse files
authored
chore: bump version (#13)
1 parent 1e6ba36 commit afdd7cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[package]
22
name = "flagsmith-flag-engine"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Gagan Trivedi <[email protected]>"]
55
edition = "2021"
6-
description= "This project is the rust clone of flagsmith flag engine: https://github.com/Flagsmith/flagsmith-engine"
6+
description = "This project is the rust clone of flagsmith flag engine: https://github.com/Flagsmith/flagsmith-engine"
77
readme = "README.md"
88
license = "BSD-3-Clause"
99
keywords = ["Flagsmith", "feature-flag", "remote-config", "flag-engine"]
1010
categories = ["config", "api-bindings"]
11-
maintenance = { status = "actively-developed"}
11+
maintenance = { status = "actively-developed" }
1212

1313
[dependencies]
1414
serde = { version = "1.0", features = ["derive"] }
1515
serde_json = "1.0"
1616
chrono = { version = "0.4", features = ["serde"] }
17-
md-5="0.10.1"
17+
md-5 = "0.10.1"
1818
num-bigint = "0.4"
1919
num-traits = "0.2.14"
2020
uuid = { version = "0.8", features = ["serde", "v4"] }

0 commit comments

Comments
 (0)