File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
====
3
3
4
+ 0.1.4:
5
+
6
+ * Fix a panic that occurred when removing non-existent keys (#40 )
7
+ * Reformat the code using the latest ` rustfmt `
8
+
4
9
0.1.3:
5
- * Add ` prefix() ` method for fetching the ` NibbleVec ` of a trie or subtrie
6
- * Update ` nibble_vec ` to v0.0.4
7
- * Make better use of lifetime elision (type signatures will look different, but are the same)
10
+
11
+ * Add ` prefix() ` method for fetching the ` NibbleVec ` of a trie or subtrie
12
+ * Update ` nibble_vec ` to v0.0.4
13
+ * Make better use of lifetime elision (type signatures will look different, but are the same)
8
14
9
15
0.1.2:
10
- * Display README on crates.io (no code changes)
16
+
17
+ * Display README on crates.io (no code changes)
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " radix_trie"
3
- version = " 0.1.3 "
3
+ version = " 0.1.4 "
4
4
description = " Generic radix trie data-structure."
5
5
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments