Skip to content

Commit 7fe98e3

Browse files
committed
removed JSON extension mode, use serde_json in Rust instead; added new functions/modules and renamed old ones (see API.md); enable ARM64 builds in the workflow
1 parent 22e7c98 commit 7fe98e3

File tree

9 files changed

+1961
-533
lines changed

9 files changed

+1961
-533
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ jobs:
2929
arch: x86_64
3030
name: linux
3131

32-
# Linux ARM64 (to enable when the repo will be public)
33-
#- os: ubuntu-22.04-arm
34-
# arch: arm64
35-
# name: linux
32+
# Linux ARM64
33+
- os: ubuntu-22.04-arm
34+
arch: arm64
35+
name: linux
3636

3737
# Linux musl x86_64
3838
- os: ubuntu-22.04
3939
arch: x86_64
4040
name: linux-musl
4141
container: alpine:latest
4242

43-
# Linux musl ARM64 (to enable when the repo will be public)
44-
#- os: ubuntu-22.04-arm
45-
# arch: arm64
46-
# name: linux-musl
43+
# Linux musl ARM64
44+
- os: ubuntu-22.04-arm
45+
arch: arm64
46+
name: linux-musl
4747

4848
# macOS universal binary (x86_64 + arm64)
4949
- os: macos-15

0 commit comments

Comments
 (0)