We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef6e9f commit 8ac1958Copy full SHA for 8ac1958
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
RUSTC_WRAPPER: "sccache"
62
CCACHE: sccache
63
SCCACHE_GHA_ENABLED: "true"
64
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04 # Needed for artifacts to work on older systems (due to glibc)
65
strategy:
66
fail-fast: false
67
matrix:
mozjs-sys/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "mozjs_sys"
3
description = "System crate for the Mozilla SpiderMonkey JavaScript engine."
4
repository.workspace = true
5
-version = "0.128.3-7"
+version = "0.128.3-8"
6
authors = ["Mozilla"]
7
links = "mozjs"
8
build = "build.rs"
0 commit comments