Skip to content

Commit

Permalink
bug: missing macros feature on tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo committed Oct 13, 2022
1 parent 3519ed7 commit 516ba48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-shuttle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ reqwest-retry = "0.1.5"
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.83"
sqlx = { version = "0.6.1", features = ["runtime-tokio-native-tls", "postgres"] }
tokio = "1.20.1"
tokio = { version = "1.20.1", features = ["macros"] }
tokio-tungstenite = { version = "0.17.2", features = ["native-tls"] }
toml = "0.5.9"
toml_edit = "0.14.4"
Expand Down

0 comments on commit 516ba48

Please sign in to comment.