From e9b04d6a21cd6ae9c65074e0dab6a9f3d2afd744 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 16 Oct 2023 11:11:11 -0400 Subject: [PATCH] Configure CI to build statically --- .github/workflows/build.yml | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed1e2a4..79b00db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: name: Rust project strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -30,4 +30,4 @@ jobs: - uses: actions-rs/cargo@v1 with: command: build - args: --release --all-features \ No newline at end of file + args: --release diff --git a/Cargo.toml b/Cargo.toml index 189b8c7..a13b5bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raylib-ffi" -version = "4.5.3" +version = "4.5.4" authors = ["Evan Pratten "] edition = "2021" description = "Automatic raw Rust bindings to raylib"