Skip to content

Commit f26985a

Browse files
committed
fix: wildcard dep spec
1 parent 9100e25 commit f26985a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ futures-util = { version = "0.3.31", optional = true }
4141
[dev-dependencies]
4242
tempfile = "3.15.0"
4343
tracing-subscriber = "0.3.19"
44-
axum = { version = "*", features = ["macros"] }
44+
axum = { version = "0.8.1", features = ["macros"] }
4545

4646
[features]
4747
default = ["axum", "ws", "ipc"]

0 commit comments

Comments
 (0)