mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
0.7.0 release (#2575)
* WIP preparing 0.7.0 release * fix: re-enable examples * fix doctests in `sqlx-core` * cherry-pick CHANGELOG entry for 0.6.3 * add actions workflow for examples * fix(cli): close connection after running migrations * fix examples * fix(sqlite): fix parsing of URLs via `Any` * fix(example): don't let Postgres `listen` example run forever * fix Postgres `transaction` example
This commit is contained in:
@@ -11,6 +11,7 @@ repository.workspace = true
|
||||
proc-macro = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
# for conditional compilation
|
||||
_rt-async-std = ["sqlx-macros-core/_rt-async-std"]
|
||||
@@ -39,7 +40,7 @@ uuid = ["sqlx-macros-core/uuid"]
|
||||
json = ["sqlx-macros-core/json"]
|
||||
|
||||
[dependencies]
|
||||
sqlx-core = { workspace = true, default-features = false, features = ["any"] }
|
||||
sqlx-core = { workspace = true, features = ["any"] }
|
||||
sqlx-macros-core = { workspace = true }
|
||||
|
||||
proc-macro2 = { version = "1.0.36", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user