Skip to content

Commit

Permalink
Merge pull request #4 from erhanbaris/renovate/worker-macros-0.x
Browse files Browse the repository at this point in the history
Update Rust crate worker-macros to 0.5.0
  • Loading branch information
erhanbaris authored Dec 12, 2024
2 parents 704eb3c + d38784b commit 660a753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/timug-likes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib"]

[dependencies]
worker = { version="0.4.2", features=['http', 'axum'] }
worker-macros = { version="0.4.2", features=['http'] }
worker-macros = { version="0.5.0", features=['http'] }
axum = { version = "0.7", default-features = false }
tower-service = "0.3.2"
console_error_panic_hook = { version = "0.1.1" }
Expand Down

0 comments on commit 660a753

Please sign in to comment.