Skip to content

Commit

Permalink
Bump livehttpd version to 1.0.13-wip
Browse files Browse the repository at this point in the history
  • Loading branch information
leotaku committed Jan 26, 2025
1 parent 32fdde2 commit d8e2f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/livehttpd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
name = "livehttpd"
readme = "README.md"
repository = "https://github.com/leotaku/tower-livereload"
version = "1.0.12"
version = "1.0.13-wip"

[dependencies]
axum = "0.8.1"
Expand All @@ -18,5 +18,5 @@ notify = "8.0.0"
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
tower = "0.5.2"
tower-http = { version = "0.6.2", features = ["fs", "set-header"] }
tower-livereload = { version = "0.9.6", path = "../.." }
tower-livereload = { version = "0.9.7-wip", path = "../.." }
tracing-subscriber = "0.3.19"

0 comments on commit d8e2f27

Please sign in to comment.