Skip to content

Commit

Permalink
Merge pull request #78 from Rigidity/client-fix
Browse files Browse the repository at this point in the history
Add time and rt
Rigidity authored Aug 26, 2024
2 parents c96ab86 + a837be8 commit f61785b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chia-sdk-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ chia-protocol = { workspace = true }
chia-traits = { workspace = true }
chia-ssl = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["sync"] }
tokio = { workspace = true, features = ["sync", "time", "rt"] }
tungstenite = { workspace = true }
native-tls = { workspace = true }
tracing = { workspace = true }

0 comments on commit f61785b

Please sign in to comment.