Skip to content

Commit

Permalink
Bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Oct 29, 2022
1 parent 01ef529 commit 1384257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "patricia_tree"
version = "0.3.2"
version = "0.4.0"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "Memory-efficient data structures based on patricia tree"
homepage = "https://github.com/sile/patricia_tree"
Expand All @@ -12,7 +12,7 @@ license = "MIT"
edition = "2021"

[badges]
coveralls = {repository = "sile/patricia_tree"}
coveralls = { repository = "sile/patricia_tree" }

[features]
binary-format = ["bytecodec", "trackable"]
Expand Down

0 comments on commit 1384257

Please sign in to comment.