Skip to content

Commit

Permalink
taxy: bump to v0.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz committed Sep 3, 2023
1 parent 9971aab commit 16fb9ec
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
Original file line number Diff line number Diff line change
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.12"
taxy-api = "0.1.13"
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "taxy"
version = "0.3.15"
version = "0.3.16"
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.12", features = ["warp"] }
taxy-api = { version = "0.1.13", 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 16fb9ec

Please sign in to comment.