update Cargo toml
This commit is contained in:
@@ -8,7 +8,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
dotenv = "0.15"
|
||||
paho-mqtt = "0.9"
|
||||
paho-mqtt = { version = "0.12.1", features = ["vendored-ssl"] }
|
||||
futures = "0.3"
|
||||
async-std = "1"
|
||||
log = "0.4"
|
||||
@@ -16,3 +16,6 @@ mysql = "*"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.7"
|
||||
|
||||
[target.armv7-unknown-linux-gnueabihf]
|
||||
linker = "arm-linux-gnueabihf-gcc"
|
||||
|
||||
Reference in New Issue
Block a user