Skip to content

Commit

Permalink
g3-tls-cert: fix dependency feature
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Jun 7, 2024
1 parent 69147df commit 8af28fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/g3-tls-cert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition.workspace = true
[dependencies]
anyhow.workspace = true
log.workspace = true
tokio = { workspace = true, features = ["net"] }
tokio = { workspace = true, features = ["net", "rt"] }
openssl.workspace = true
openssl-sys.workspace = true
libc.workspace = true
Expand Down

0 comments on commit 8af28fb

Please sign in to comment.