Fix typo in Cargo.toml key

This commit is contained in:
timvisee 2021-11-22 20:38:10 +01:00
parent 8f2ce9b4b8
commit df101ce53b
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172

View File

@ -57,7 +57,7 @@ version-compare = "0.1"
# Feature: rcon
rust_rcon = { package = "rcon", version = "0.5.2", optional = true }
async-std = { version = "1.9.0", deafult-features = false, optional = true }
async-std = { version = "1.9.0", default-features = false, optional = true }
# Feature: lobby
md-5 = { version = "0.9", optional = true }