Skip to content

Commit

Permalink
better feature
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jul 27, 2023
1 parent 4aab6f0 commit 558af3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ serde_json = "1.0"
[features]
default = ["std"]
std = [
"thiserror",
"alloy-rlp?/std",
"ark-ff-03?/std",
"ark-ff-04?/std",
Expand Down Expand Up @@ -135,5 +134,5 @@ serde = ["dep:serde"]
valuable = ["dep:valuable"]
zeroize = ["dep:zeroize"]

postgres = ["dep:postgres-types", "dep:bytes", "std"]
sqlx = ["dep:sqlx-core", "std"]
postgres = ["dep:postgres-types", "dep:bytes", "std", "dep:thiserror"]
sqlx = ["dep:sqlx-core", "std", "dep:thiserror"]

0 comments on commit 558af3e

Please sign in to comment.