Skip to content

Commit 0a42520

Browse files
build: pin version of macro crate imported by static-serve
1 parent dada280 commit 0a42520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2" }
13+
static-serve-macro = { path = "../static-serve-macro", version = "=0.2.2" }
1414
axum = { version = "0.8", default-features = false }
1515
bytes = "1.10"
1616

0 commit comments

Comments
 (0)