Skip to content

Commit 6e85bd2

Browse files
committed
chore: bump oxc
1 parent 0a54651 commit 6e85bd2

File tree

3 files changed

+68
-61
lines changed

3 files changed

+68
-61
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
installer-name: andromeda-installer-linux-amd64
2525

2626
# Linux (ARM64) - cross-compilation
27-
# - os: ubuntu-24.04
28-
# rust-target: aarch64-unknown-linux-gnu
29-
# asset-name: andromeda-linux-arm64
30-
# installer-name: andromeda-installer-linux-arm64
31-
# cross-compile: true
27+
- os: ubuntu-24.04
28+
rust-target: aarch64-unknown-linux-gnu
29+
asset-name: andromeda-linux-arm64
30+
installer-name: andromeda-installer-linux-arm64
31+
cross-compile: true
3232

3333
# macOS (Intel)
3434
- os: macos-15-intel
@@ -63,11 +63,11 @@ jobs:
6363
toolchain: "nightly-2025-09-05"
6464
targets: ${{ matrix.rust-target }}
6565

66-
# - name: Install cross-compilation dependencies
67-
# if: matrix.cross-compile
68-
# run: |
69-
# sudo apt-get update
70-
# sudo apt-get install -y gcc-aarch64-linux-gnu libc6-dev-arm64-cross pkg-config
66+
- name: Install cross-compilation dependencies
67+
if: matrix.cross-compile
68+
run: |
69+
sudo apt-get update
70+
sudo apt-get install -y gcc-aarch64-linux-gnu libc6-dev-arm64-cross pkg-config
7171
7272
- name: Build
7373
id: build-main

Cargo.lock

Lines changed: 47 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ libsui = "0.12.1"
4343
log = "0.4.28"
4444
lru = "0.16.2"
4545
lsp-types = "0.97.0"
46-
nova_vm = { git = "https://github.com/trynova/nova", rev = "9864c13f6293816e26cd86485da31fa3848e29d7" }
46+
nova_vm = { git = "https://github.com/trynova/nova", rev = "48c43f21011cb73bc69a614aa4f76a8a00501bb5" }
4747
nu-ansi-term = "0.50.3"
4848
owo-colors = "4.2.3"
49-
oxc_codegen = "0.100.0"
50-
oxc_ast = "0.100.0"
51-
oxc_minifier = "0.100.0"
52-
oxc_mangler = "0.100.0"
53-
oxc_allocator = "0.100.0"
54-
oxc_diagnostics = "0.100.0"
49+
oxc_codegen = "0.102.0"
50+
oxc_ast = "0.102.0"
51+
oxc_minifier = "0.102.0"
52+
oxc_mangler = "0.102.0"
53+
oxc_allocator = "0.102.0"
54+
oxc_diagnostics = "0.102.0"
5555
oxc-miette = { version = "2.6.0", features = ["fancy"] }
56-
oxc_parser = "0.100.0"
57-
oxc_semantic = "0.100.0"
58-
oxc_span = "0.100.0"
59-
oxc_transformer = "0.100.0"
56+
oxc_parser = "0.102.0"
57+
oxc_semantic = "0.102.0"
58+
oxc_span = "0.102.0"
59+
oxc_transformer = "0.102.0"
6060
rand = "0.9.2"
6161
reedline = "0.44.0"
6262
regex = "1.12.2"

0 commit comments

Comments
 (0)