mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-15 00:40:13 +00:00
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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user