We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ede85 commit 7e677e7Copy full SHA for 7e677e7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pickledb"
3
-version = "0.5.0"
+version = "0.5.1"
4
authors = ["seladb <pcapplusplus@gmail.com>"]
5
license = "MIT"
6
readme = "README.md"
README.md
@@ -39,7 +39,7 @@ Add this to your `Cargo.toml`:
39
40
```toml
41
[dependencies]
42
-pickledb = "0.5.0"
+pickledb = "0.5.1"
43
```
44
45
## Documentation
@@ -57,6 +57,10 @@ There are currently two examples shipped with PickleDB:
57
58
## Changelog
59
60
+### Version 0.5.1
61
+
62
+- Bugfix: Add missing JSON feature gate
63
64
### Version 0.5.0
65
66
- Turn on/off file formats with features
0 commit comments