Skip to content

Commit

Permalink
Bump flx-rs to 0.2.0 (#23)
Browse files Browse the repository at this point in the history
* Bump flx-rs to 0.2.0

* t
  • Loading branch information
jcs090218 authored Apr 19, 2024
1 parent 297cacf commit 5e786aa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup | Rust
uses: ATiltedTree/setup-rust@v1
with:
rust-version: stable
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.8.0

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup | Rust
uses: ATiltedTree/setup-rust@v1
with:
rust-version: stable
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.8.0

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup | Rust
uses: ATiltedTree/setup-rust@v1
with:
rust-version: stable
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.8.0

- name: Install LLVM and Clang
run: .github/script/setup-llvm
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]

[dependencies]
emacs = "0.17"
flx-rs = "0.1.6"
flx-rs = "0.2.0"

[profile.release]
opt-level = 3
Expand Down

0 comments on commit 5e786aa

Please sign in to comment.