Commit 595e8aeb authored by Szymon's avatar Szymon
Browse files

bump to 0.5.0

parent e0cc08e6
Showing with 5 additions and 4 deletions
+5 -4
......@@ -1563,7 +1563,7 @@ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
[[package]]
name = "libpod"
version = "0.4.4"
version = "0.5.0"
dependencies = [
"argon2",
"async-recursion",
......@@ -2039,7 +2039,7 @@ dependencies = [
[[package]]
name = "pod"
version = "0.4.4"
version = "0.5.0"
dependencies = [
"actix-cors",
"actix-web",
......
[workspace]
members = ["libpod", "pod"]
resolver = "2"
[workspace.package]
version = "0.4.4"
version = "0.5.0"
authors = ["The Memri team"]
edition = "2021"
publish = false # Prevent accidental publishing
......@@ -15,7 +16,7 @@ percent-encoding = "2.1.0"
reqwest = { version = "0.11.11" }
secrecy = { version = "0.8.0", features = ["serde"] }
serde = { version = "1.0.130" }
serde_json = {version = "1.0.72" , features = ["preserve_order"]}
serde_json = { version = "1.0.72", features = ["preserve_order"] }
serde_path_to_error = "0.1.5"
sha2 = "0.10.2"
tokio = { version = "1.29.1", features = ["full"] }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment