Bumping version to 0.0.12

This commit is contained in:
2024-09-09 20:31:07 -07:00
parent 66e8e00a9b
commit 91eb3019f9
6 changed files with 329 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "server"
version = "0.0.11"
version = "0.0.12"
edition = "2021"
default-run = "server"
@@ -31,6 +31,7 @@ serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
shared = { path = "../shared" }
sqlx = { version = "0.7.4", features = ["postgres", "runtime-tokio", "time"] }
tantivy = "0.22.0"
thiserror = "1.0.37"
tokio = "1.26.0"
url = "2.5.2"