0.7.0-alpha.1 release

This commit is contained in:
Austin Bonander
2023-02-21 13:34:42 -08:00
parent c4a2e73a6f
commit eade49cfb0
30 changed files with 487 additions and 1321 deletions

View File

@@ -68,7 +68,6 @@ serde = { version = "1.0.144", features = ["derive"] }
serde_json = { version = "1.0.85", features = ["raw_value"] }
[dependencies.sqlx-core]
version = "=0.6.2"
path = "../sqlx-core"
workspace = true
# We use JSON in the driver implementation itself so there's no reason not to enable it here.
features = ["json"]