Skip to content

Commit

Permalink
fix pg_test feature
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
  • Loading branch information
andrewwhitehead committed Mar 8, 2023
1 parent 33e3d7a commit 03b0d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jemalloc = ["jemallocator"]
logger = ["env_logger", "log", "askar-storage/log"]
postgres = ["askar-storage/postgres"]
sqlite = ["askar-storage/sqlite"]
pg_test = ["postgres"]
pg_test = ["askar-storage/pg_test"]
migration = ["askar-storage/migration"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion askar-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ no-default-features = true
rustdoc-args = ["--cfg", "docsrs"]

[features]
default = ["all_backends", "log", "migration"]
default = ["all_backends", "log"]
all_backends = ["any", "postgres", "sqlite"]
any = []
migration = ["rmp-serde", "sqlx/macros"]
Expand Down

0 comments on commit 03b0d83

Please sign in to comment.