We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b4192 commit c006ed8Copy full SHA for c006ed8
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "tiddly-wiki-server"
3
description = "A back-end for saving TiddlyWikis"
4
repository = "https://github.com/nathanielknight/tiddly-wiki-server"
5
-version = "0.1.0"
+version = "0.1.1"
6
edition = "2021"
7
license-file = "LICENSE.md"
8
readme = "README.md"
@@ -17,4 +17,4 @@ tracing = "0.1"
17
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
18
serde = { version = "1", features = ["derive"] }
19
serde_json = "1"
20
-rusqlite = { version = "0.27", features = ["serde_json"] }
+rusqlite = { version = "0.27", features = ["serde_json"] }
0 commit comments