File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ members = [
66resolver = " 2"
77
88[workspace .package ]
9- version = " 0.1 .0"
9+ version = " 0.2 .0"
1010edition = " 2021"
1111rust-version = " 1.83"
1212description = " A helper for compressing and embedding static assets in an Axum webserver"
@@ -30,4 +30,4 @@ needless_raw_string_hashes = "warn"
3030redundant_closure_for_method_calls = " warn"
3131semicolon_if_nothing_returned = " warn"
3232str_to_string = " warn"
33- clone_on_ref_ptr = " warn"
33+ clone_on_ref_ptr = " warn"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Add the following to your `Cargo.toml`:
1818
1919``` toml
2020[dependencies ]
21- static-serve = " 0.1 "
21+ static-serve = " 0.2 "
2222axum = " 0.8"
2323```
2424
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ categories.workspace = true
1010repository.workspace = true
1111
1212[dependencies ]
13- static-serve-macro = { path = " ../static-serve-macro" , version = " 0.1 .0" }
13+ static-serve-macro = { path = " ../static-serve-macro" , version = " 0.2 .0" }
1414axum = { version = " 0.8" , default-features = false }
1515bytes = " 1.10"
1616
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Add the following to your `Cargo.toml`:
1515
1616``` toml
1717[dependencies ]
18- static-serve = " 0.1 "
18+ static-serve = " 0.2 "
1919axum = " 0.8"
2020```
2121
You can’t perform that action at this time.
0 commit comments