mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
Prepare v0.3.0-alpha.1
This commit is contained in:
parent
9d9d2bbfd4
commit
d1af2fe1b0
4 changed files with 62 additions and 62 deletions
112
Cargo.lock
generated
112
Cargo.lock
generated
|
@ -1622,6 +1622,16 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|||
[[package]]
|
||||
name = "sqlx"
|
||||
version = "0.2.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6cf8ffc87c5eb00ab9bbb4f464372a26ff3320ed38c9745f28e42680c08758fd"
|
||||
dependencies = [
|
||||
"sqlx-core 0.2.6",
|
||||
"sqlx-macros 0.2.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sqlx"
|
||||
version = "0.3.0-alpha.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-std",
|
||||
|
@ -1629,26 +1639,44 @@ dependencies = [
|
|||
"env_logger",
|
||||
"futures 0.3.4",
|
||||
"paste",
|
||||
"sqlx-core 0.2.6",
|
||||
"sqlx-macros 0.2.5",
|
||||
"sqlx-core 0.3.0-alpha.1",
|
||||
"sqlx-macros 0.3.0-alpha.1",
|
||||
"sqlx-test",
|
||||
"tokio 0.2.13",
|
||||
"trybuild",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sqlx"
|
||||
name = "sqlx-core"
|
||||
version = "0.2.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6cf8ffc87c5eb00ab9bbb4f464372a26ff3320ed38c9745f28e42680c08758fd"
|
||||
checksum = "065f0681d5f1dfc2f7cca898c611a9f6abd2e89f60409fcd2c3ce5e7b91623c8"
|
||||
dependencies = [
|
||||
"sqlx-core 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sqlx-macros 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"async-native-tls",
|
||||
"async-std",
|
||||
"async-stream",
|
||||
"base64 0.11.0",
|
||||
"bitflags",
|
||||
"byteorder",
|
||||
"crossbeam-queue",
|
||||
"crossbeam-utils 0.7.2",
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
"hmac",
|
||||
"log",
|
||||
"md-5",
|
||||
"memchr",
|
||||
"percent-encoding 2.1.0",
|
||||
"rand",
|
||||
"sha-1",
|
||||
"sha2",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sqlx-core"
|
||||
version = "0.2.6"
|
||||
version = "0.3.0-alpha.1"
|
||||
dependencies = [
|
||||
"async-native-tls",
|
||||
"async-std",
|
||||
|
@ -1681,41 +1709,13 @@ dependencies = [
|
|||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sqlx-core"
|
||||
version = "0.2.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "065f0681d5f1dfc2f7cca898c611a9f6abd2e89f60409fcd2c3ce5e7b91623c8"
|
||||
dependencies = [
|
||||
"async-native-tls",
|
||||
"async-std",
|
||||
"async-stream",
|
||||
"base64 0.11.0",
|
||||
"bitflags",
|
||||
"byteorder",
|
||||
"crossbeam-queue",
|
||||
"crossbeam-utils 0.7.2",
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
"hmac",
|
||||
"log",
|
||||
"md-5",
|
||||
"memchr",
|
||||
"percent-encoding 2.1.0",
|
||||
"rand",
|
||||
"sha-1",
|
||||
"sha2",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sqlx-example-listen-postgres"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"async-std",
|
||||
"futures 0.3.4",
|
||||
"sqlx 0.2.6",
|
||||
"sqlx 0.3.0-alpha.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1731,26 +1731,10 @@ dependencies = [
|
|||
"rand",
|
||||
"rust-argon2",
|
||||
"serde",
|
||||
"sqlx 0.2.6",
|
||||
"sqlx 0.3.0-alpha.1",
|
||||
"tide",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sqlx-macros"
|
||||
version = "0.2.5"
|
||||
dependencies = [
|
||||
"async-std",
|
||||
"dotenv",
|
||||
"futures 0.3.4",
|
||||
"lazy_static",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"sqlx-core 0.2.6",
|
||||
"syn",
|
||||
"tokio 0.2.13",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sqlx-macros"
|
||||
version = "0.2.5"
|
||||
|
@ -1762,11 +1746,27 @@ dependencies = [
|
|||
"futures 0.3.4",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"sqlx-core 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sqlx-core 0.2.6",
|
||||
"syn",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sqlx-macros"
|
||||
version = "0.3.0-alpha.1"
|
||||
dependencies = [
|
||||
"async-std",
|
||||
"dotenv",
|
||||
"futures 0.3.4",
|
||||
"lazy_static",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"sqlx-core 0.3.0-alpha.1",
|
||||
"syn",
|
||||
"tokio 0.2.13",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sqlx-test"
|
||||
version = "0.1.0"
|
||||
|
@ -1775,7 +1775,7 @@ dependencies = [
|
|||
"async-std",
|
||||
"dotenv",
|
||||
"env_logger",
|
||||
"sqlx 0.2.6",
|
||||
"sqlx 0.3.0-alpha.1",
|
||||
"tokio 0.2.13",
|
||||
]
|
||||
|
||||
|
@ -1946,7 +1946,7 @@ dependencies = [
|
|||
"async-std",
|
||||
"futures 0.3.4",
|
||||
"paw",
|
||||
"sqlx 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sqlx 0.2.6",
|
||||
"structopt",
|
||||
]
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ members = [
|
|||
|
||||
[package]
|
||||
name = "sqlx"
|
||||
version = "0.2.6"
|
||||
version = "0.3.0-alpha.1"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/launchbadge/sqlx"
|
||||
|
@ -50,8 +50,8 @@ chrono = [ "sqlx-core/chrono", "sqlx-macros/chrono" ]
|
|||
uuid = [ "sqlx-core/uuid", "sqlx-macros/uuid" ]
|
||||
|
||||
[dependencies]
|
||||
sqlx-core = { version = "0.2.6", path = "sqlx-core", default-features = false }
|
||||
sqlx-macros = { version = "0.2.5", path = "sqlx-macros", default-features = false, optional = true }
|
||||
sqlx-core = { version = "0.3.0-alpha.1", path = "sqlx-core", default-features = false }
|
||||
sqlx-macros = { version = "0.3.0-alpha.1", path = "sqlx-macros", default-features = false, optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.26"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sqlx-core"
|
||||
version = "0.2.6"
|
||||
version = "0.3.0-alpha.1"
|
||||
repository = "https://github.com/launchbadge/sqlx"
|
||||
description = "Core of SQLx, the rust SQL toolkit. Not intended to be used directly."
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sqlx-macros"
|
||||
version = "0.2.5"
|
||||
version = "0.3.0-alpha.1"
|
||||
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"
|
||||
|
@ -36,7 +36,7 @@ tokio = { version = "0.2.13", default-features = false, features = [ "rt-threade
|
|||
dotenv = { version = "0.15.0", default-features = false }
|
||||
futures = { version = "0.3.4", default-features = false, features = [ "executor" ] }
|
||||
proc-macro2 = { version = "1.0.9", default-features = false }
|
||||
sqlx = { version = "0.2.6", default-features = false, path = "../sqlx-core", package = "sqlx-core" }
|
||||
sqlx = { version = "0.3.0-alpha.1", default-features = false, path = "../sqlx-core", package = "sqlx-core" }
|
||||
syn = { version = "1.0.16", default-features = false, features = [ "full" ] }
|
||||
quote = { version = "1.0.2", default-features = false }
|
||||
url = { version = "2.1.1", default-features = false }
|
||||
|
|
Loading…
Reference in a new issue