We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6c8a7 commit 2499e1dCopy full SHA for 2499e1d
Cargo.toml
@@ -6,7 +6,7 @@ members = [
6
resolver = "2"
7
8
[workspace.package]
9
-version = "0.2.0"
+version = "0.2.1"
10
edition = "2021"
11
rust-version = "1.83"
12
description = "A helper for compressing and embedding static assets in an Axum webserver"
static-serve/Cargo.toml
@@ -10,7 +10,7 @@ categories.workspace = true
repository.workspace = true
[dependencies]
13
-static-serve-macro = { path = "../static-serve-macro", version = "0.2.0" }
+static-serve-macro = { path = "../static-serve-macro", version = "0.2.1" }
14
axum = { version = "0.8", default-features = false }
15
bytes = "1.10"
16
0 commit comments