mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 07:45:30 +00:00
Update dependencies (remove git patch for async-stream)
This commit is contained in:
parent
b23b42e554
commit
1b855f581b
@ -14,7 +14,7 @@ postgres = []
|
|||||||
mariadb = []
|
mariadb = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-stream = "0.1.0"
|
async-stream = "0.1.1"
|
||||||
async-trait = "0.1.11"
|
async-trait = "0.1.11"
|
||||||
bitflags = "1.1.0"
|
bitflags = "1.1.0"
|
||||||
byteorder = { version = "1.3.2", default-features = false }
|
byteorder = { version = "1.3.2", default-features = false }
|
||||||
@ -37,6 +37,3 @@ tokio = { version = "0.2.0-alpha.4", default-features = false, features = [ "rt-
|
|||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|
||||||
[patch.crates-io]
|
|
||||||
async-stream = { git = "https://github.com/tokio-rs/async-stream" }
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user