Skip to content

Commit 0197937

Browse files
build: release v0.3.0
1 parent 6bd0d0e commit 0197937

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.2.3"
9+
version = "0.3.0"
1010
edition = "2021"
1111
rust-version = "1.83"
1212
description = "A helper for compressing and embedding static assets in an Axum webserver"

static-serve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories.workspace = true
1010
repository.workspace = true
1111

1212
[dependencies]
13-
static-serve-macro = { path = "../static-serve-macro", version = "=0.2.3" }
13+
static-serve-macro = { path = "../static-serve-macro", version = "=0.3.0" }
1414
axum = { version = "0.8", default-features = false }
1515
bytes = "1.10"
1616

0 commit comments

Comments
 (0)