diff --git a/examples/livehttpd/Cargo.toml b/examples/livehttpd/Cargo.toml index c89c18b..d5c1d8a 100644 --- a/examples/livehttpd/Cargo.toml +++ b/examples/livehttpd/Cargo.toml @@ -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" @@ -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"