Skip to content

Commit

Permalink
macros
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Jan 2, 2025
1 parent 54ceb2d commit 3572828
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 33 deletions.
36 changes: 4 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/tauri-schema-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib"]

[dependencies]
worker = { version = "0.5", features = ['http', 'axum'] }
worker-macros = { version = "0.3", features = ['http'] }
worker-macros = { version = "0.5", features = ['http'] }
console_error_panic_hook = { version = "0.1" }
axum = { version = "0.7", default-features = false }
tower-service = "0.3"
Expand Down

0 comments on commit 3572828

Please sign in to comment.