We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ef529 commit 1384257Copy full SHA for 1384257
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "patricia_tree"
3
-version = "0.3.2"
+version = "0.4.0"
4
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
5
description = "Memory-efficient data structures based on patricia tree"
6
homepage = "https://github.com/sile/patricia_tree"
@@ -12,7 +12,7 @@ license = "MIT"
12
edition = "2021"
13
14
[badges]
15
-coveralls = {repository = "sile/patricia_tree"}
+coveralls = { repository = "sile/patricia_tree" }
16
17
[features]
18
binary-format = ["bytecodec", "trackable"]
0 commit comments