Skip to content

Commit 1384257

Browse files
committed
Bump version to v0.4.0
1 parent 01ef529 commit 1384257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "patricia_tree"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
55
description = "Memory-efficient data structures based on patricia tree"
66
homepage = "https://github.com/sile/patricia_tree"
@@ -12,7 +12,7 @@ license = "MIT"
1212
edition = "2021"
1313

1414
[badges]
15-
coveralls = {repository = "sile/patricia_tree"}
15+
coveralls = { repository = "sile/patricia_tree" }
1616

1717
[features]
1818
binary-format = ["bytecodec", "trackable"]

0 commit comments

Comments
 (0)