Skip to content

Commit fa83a4f

Browse files
chore(deps): update rust crate worker-macros to 0.7
1 parent 514cf21 commit fa83a4f

File tree

2 files changed

+47
-48
lines changed

2 files changed

+47
-48
lines changed

Cargo.lock

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

crates/tauri-schema-worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
worker = { version = "0.6", features = ['http', 'axum'] }
12-
worker-macros = { version = "0.6", features = ['http'] }
12+
worker-macros = { version = "0.7", features = ['http'] }
1313
console_error_panic_hook = { version = "0.1" }
1414
axum = { version = "0.8", default-features = false }
1515
tower-service = "0.3"

0 commit comments

Comments
 (0)