Skip to content

Commit

Permalink
Include tokio/sync for mobc compilation in async-std-runtime feature
Browse files Browse the repository at this point in the history
  • Loading branch information
criminosis committed Sep 1, 2024
1 parent 784ca87 commit c10ceaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gremlin-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async_gremlin = ["futures","mobc","async-tungstenite","async-trait","url","pin-p

async_std = ["async-std-runtime"]
tokio-runtime = ["async_gremlin","tokio","async-tungstenite/tokio-runtime","async-tungstenite/tokio-native-tls","tokio-native-tls","tokio-stream"]
async-std-runtime = ["async_gremlin","async-std","async-tungstenite/async-std-runtime","async-tungstenite/async-tls","mobc/async-std","async-tls","rustls","webpki"]
async-std-runtime = ["async_gremlin","async-std","async-tungstenite/async-std-runtime","async-tungstenite/async-tls","tokio/sync", "mobc/async-std","async-tls","rustls","webpki"]

derive = ["gremlin-derive"]

Expand Down

0 comments on commit c10ceaa

Please sign in to comment.