From 9a9e64fb0efb43cf102d13054788959960d047b7 Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:05:28 +0100 Subject: [PATCH] remove linux i686 --- .github/workflows/release.yml | 2 -- Cargo.lock | 8 ++++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e8a4fd..824e35f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,8 +21,6 @@ jobs: include: - target: x86_64-unknown-linux-gnu os: ubuntu-20.04 - - target: i686-unknown-linux-gnu - os: ubuntu-20.04 - target: x86_64-pc-windows-msvc os: windows-latest - target: i686-pc-windows-msvc diff --git a/Cargo.lock b/Cargo.lock index b6d8b56..8796e30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -715,9 +715,9 @@ checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" [[package]] name = "openssl" -version = "0.10.57" +version = "0.10.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" +checksum = "a9dfc0783362704e97ef3bd24261995a699468440099ef95d869b4d9732f829a" dependencies = [ "bitflags 2.4.0", "cfg-if", @@ -747,9 +747,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.93" +version = "0.9.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d" +checksum = "2f55da20b29f956fb01f0add8683eb26ee13ebe3ebd935e49898717c6b4b2830" dependencies = [ "cc", "libc",