Skip to content

Commit

Permalink
fix: use latest axum version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaro00 committed Jan 11, 2025
1 parent a9f3d6a commit 8f93a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loco-gen/src/templates/deployment/shuttle/shuttle.t
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ injections:
- into: Cargo.toml
after: \[dependencies\]
content: |
shuttle-axum = { version = "{{shuttle_runtime_version}}", default-features = false, features = ["axum-0-7"] }
shuttle-axum = "{{shuttle_runtime_version}}"
shuttle-runtime = { version = "{{shuttle_runtime_version}}", default-features = false }
{% if with_db -%}
shuttle-shared-db = { version = "{{shuttle_runtime_version}}", features = ["postgres"] }
Expand Down

0 comments on commit 8f93a69

Please sign in to comment.