This commit is contained in:
강동윤 2020-11-21 14:01:55 +09:00
parent 6a49a4b0b2
commit 6f7bdd6995
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ jobs:
- name: Set llvm path
if: matrix.os == 'windows-latest'
uses: allenevans/set-env@v1.0.0
uses: allenevans/set-env@v2.0.0
with:
LIBCLANG_PATH: 'C:\\Program Files\\LLVM\\bin'

View File

@ -5,7 +5,7 @@ edition = "2018"
license = "Apache-2.0/MIT"
name = "wasm"
repository = "https://github.com/swc-project/swc.git"
version = "1.2.34"
version = "1.2.39"
[lib]
crate-type = ["cdylib"]