prepare 0.5.12 release (#1800)

* prepare release 0.5.12

* chore: remove mentions of things happening in 0.6

except one mention that should still be happening in 0.6
This commit is contained in:
Austin Bonander
2022-04-14 14:21:15 -07:00
committed by GitHub
parent 6c7006c4cc
commit 2e026cae67
9 changed files with 106 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "sqlx-macros"
version = "0.5.11"
version = "0.5.12"
repository = "https://github.com/launchbadge/sqlx"
description = "Macros for SQLx, the rust SQL toolkit. Not intended to be used directly."
license = "MIT OR Apache-2.0"
@@ -84,8 +84,8 @@ heck = { version = "0.4", features = ["unicode"] }
either = "1.6.1"
once_cell = "1.9.0"
proc-macro2 = { version = "1.0.36", default-features = false }
sqlx-core = { version = "0.5.11", default-features = false, path = "../sqlx-core" }
sqlx-rt = { version = "0.5.11", default-features = false, path = "../sqlx-rt" }
sqlx-core = { version = "0.5.12", default-features = false, path = "../sqlx-core" }
sqlx-rt = { version = "0.5.12", default-features = false, path = "../sqlx-rt" }
serde = { version = "1.0.132", features = ["derive"], optional = true }
serde_json = { version = "1.0.73", optional = true }
sha2 = { version = "0.10.0", optional = true }