Skip to content

Commit

Permalink
Modify feature dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gudaoxuri committed Apr 4, 2023
1 parent 4e03e1b commit 7bcbeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default = ["rt-tokio", "tardis-macros"]
rt-tokio = ["tokio"]
conf-remote = ["web-client", "async-trait"]
crypto = ["rust-crypto", "rsa"]
crypto-with-sm = ["libsm", "num-bigint"]
crypto-with-sm = ["crypto", "libsm", "num-bigint"]
future = ["rt-tokio", "futures", "async-stream", "futures-util", "async-trait"]
reldb-core = ["future", "sqlparser", "sea-orm", "sqlx"]
reldb-postgres = [
Expand Down

0 comments on commit 7bcbeca

Please sign in to comment.