Skip to content

Commit e15df7f

Browse files
authored
chore: bump crate 0.5.5 (#68)
1 parent 010a84b commit e15df7f

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

.github/workflows/reusable-build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ jobs:
9999
pre: |
100100
# musl will enable clang-sys static linking
101101
# https://github.com/KyleMayes/clang-sys?tab=readme-ov-file#static
102-
# llvm19-dev is used to install llvm-config
103-
# clang19-static is used to install libclang.a
104-
apk add llvm19-dev clang19-static
105102
106103
- name: Build aarch64-unknown-linux-musl in Docker
107104
if: ${{ inputs.target == 'aarch64-unknown-linux-musl' }}
@@ -114,9 +111,6 @@ jobs:
114111
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=aarch64-linux-musl-gcc
115112
# musl will enable clang-sys static linking
116113
# https://github.com/KyleMayes/clang-sys?tab=readme-ov-file#static
117-
# llvm19-dev is used to install llvm-config
118-
# clang19-static is used to install libclang.a
119-
apk add llvm19-dev clang19-static
120114
121115
# setup rust target for native runner
122116
- name: Setup Rust Target

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["napi"]
33
resolver = "2"
44

55
[package]
6-
version = "0.5.4"
6+
version = "0.5.5"
77
name = "rspack_resolver"
88
authors = ["Rspack"]
99
categories = ["development-tools"]

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/resolver",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Rspack Resolver Node API",
55
"main": "index.js",
66
"browser": "browser.js",

0 commit comments

Comments
 (0)