--- Cargo.toml.orig 2021-08-22 18:49:02 UTC +++ Cargo.toml @@ -24,15 +24,6 @@ rayon = "1.5.1" config = { version = "0.11.0", features = ["yaml", "json", "toml", "hjson", "ini"] } headless_chrome = { git = "https://github.com/Edu4rdSHL/rust-headless-chrome" } -[target.arm-unknown-linux-gnueabihf.dependencies] -openssl = { version = "0.10.34", features = ["vendored"] } - -[target.aarch64-unknown-linux-gnu.dependencies] -openssl = { version = "0.10.34", features = ["vendored"] } - -[target.armv7-unknown-linux-gnueabihf.dependencies] -openssl = { version = "0.10.34", features = ["vendored"] } - [profile.release] opt-level = 'z' lto = true