Skip to content

Commit d91251d

Browse files
committed
ci: switch to linux-musl
1 parent f8b0d1e commit d91251d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
include:
2727
- os: ubuntu-latest
2828
suffix: linux-x86_64
29-
target: x86_64-unknown-linux-gnu
29+
target: x86_64-unknown-linux-musl
3030
ext: so
3131
- os: macos-14
3232
suffix: macos-arm64

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "scal3"
33
description = "Verify that systems operate under your sole control (prototype, patent pending)"
44
license = "CC-BY-NC-4.0"
5-
version = "0.3.4"
5+
version = "0.3.5"
66
edition = "2021"
77
repository = "https://github.com/cleverbase/scal3"
88
authors = ["Sander Dijkhuis <sander.dijkhuis@cleverbase.com>"]

0 commit comments

Comments
 (0)