Skip to content

Commit e9b04d6

Browse files
committed
Configure CI to build statically
1 parent a496f2b commit e9b04d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Rust project
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, windows-latest]
10+
os: [ubuntu-latest, windows-latest]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@v2
@@ -30,4 +30,4 @@ jobs:
3030
- uses: actions-rs/cargo@v1
3131
with:
3232
command: build
33-
args: --release --all-features
33+
args: --release

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "raylib-ffi"
3-
version = "4.5.3"
3+
version = "4.5.4"
44
authors = ["Evan Pratten <[email protected]>"]
55
edition = "2021"
66
description = "Automatic raw Rust bindings to raylib"

0 commit comments

Comments
 (0)