Skip to content

Commit

Permalink
taxy: bump to v0.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz committed Sep 14, 2023
1 parent 5af6bfd commit 47e4648
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion taxy-webui/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ yew-router = "0.17.0"
gloo-net = "0.3.0"
getrandom = { version = "0.2", features = ["js"] }
wasm-bindgen-futures = "0.4.37"
taxy-api = "0.1.13"
taxy-api = "0.1.14"
serde_json = "1.0.102"
gloo-utils = "0.1.7"
serde_derive = "1.0.171"
Expand Down
4 changes: 2 additions & 2 deletions taxy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "taxy"
version = "0.3.16"
version = "0.3.17"
edition = "2021"
include = ["/src", "/templates", "/build.rs", "/LICENSE", "/dist/webui"]
build = "build.rs"
Expand Down Expand Up @@ -66,7 +66,7 @@ sqlx = { version = "0.7.0", features = [
"time",
] }
tar = "0.4.38"
taxy-api = { version = "0.1.13", features = ["warp"] }
taxy-api = { version = "0.1.14", features = ["warp"] }
thiserror = "1.0.43"
time = { version = "0.3.23", features = ["serde"] }
tokio = { version = "1.29.1", features = [
Expand Down

0 comments on commit 47e4648

Please sign in to comment.