From 98da62e3dc4f9cb475775d74730d334f83caecfd Mon Sep 17 00:00:00 2001 From: ko1N Date: Fri, 1 Jan 2021 03:52:31 +0100 Subject: [PATCH] Updated build dependencies --- .github/workflows/build.yml | 3 --- leechcore-sys/Cargo.toml | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b4c2d07..52fcec1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,9 +17,6 @@ jobs: uses: crazy-max/ghaction-chocolatey@master with: args: install llvm - - name: add clang path to $PATH env - shell: bash - run: echo "PATH=$PATH:C:\msys64\mingw32\bin" >> $GITHUB_ENV - name: build shell: bash run: cargo build --workspace --verbose diff --git a/leechcore-sys/Cargo.toml b/leechcore-sys/Cargo.toml index 80449bf..469e47b 100644 --- a/leechcore-sys/Cargo.toml +++ b/leechcore-sys/Cargo.toml @@ -12,6 +12,6 @@ links = "leechcore" ctor = "0.1" [build-dependencies] -cc = "1.0.62" -bindgen = "0.55" +cc = "1.0" +bindgen = "0.56" pkg-config = "0.3"