Skip to content

Commit 2f71265

Browse files
committed
fix(hammerwork-web): Add postgres as default feature to fix packaging
- Cargo package requires at least one database feature to be enabled - Set postgres as default since it's used as the default when both features are enabled
1 parent ec3e469 commit 2f71265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hammerwork-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ base64 = "0.22"
5353
reqwest = { version = "0.12", features = ["json"] }
5454

5555
[features]
56-
default = []
56+
default = ["postgres"]
5757
postgres = ["hammerwork/postgres", "sqlx/postgres"]
5858
mysql = ["hammerwork/mysql", "sqlx/mysql"]
5959
auth = ["bcrypt"]

0 commit comments

Comments
 (0)