mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00
fix typo in Cargo.toml
This commit is contained in:
parent
7ab76ba84e
commit
3014ab4750
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -834,9 +834,6 @@ name = "ipnetwork"
|
||||
version = "0.16.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b8eca9f51da27bc908ef3dd85c21e1bbba794edaf94d7841e37356275b82d31e"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "itoa"
|
||||
|
@ -43,7 +43,7 @@ futures-util = { version = "0.3.4", default-features = false }
|
||||
generic-array = { version = "0.12.3", default-features = false, optional = true }
|
||||
hex = "0.4.2"
|
||||
hmac = { version = "0.7.1", default-features = false, optional = true }
|
||||
ipnetwork = { version = "0.16.0", default-feature = false, optional = true }
|
||||
ipnetwork = { version = "0.16.0", default-features = false, optional = true }
|
||||
libc = "0.2.68"
|
||||
log = { version = "0.4.8", default-features = false }
|
||||
md-5 = { version = "0.8.0", default-features = false, optional = true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user