Skip to content

Commit

Permalink
chore: Prepare for 0.9.0 release (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillLillis authored Sep 4, 2024
1 parent 4158ce4 commit e15b8fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
# - target: aarch64-unknown-linux-gnu
# os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: aarch64-apple-darwin
Expand All @@ -39,7 +39,7 @@ jobs:
# Install dependencies on Linux
- name: Install dependencies on Linux
if: startsWith(matrix.target, 'x86_64-unknown-linux') || startsWith(matrix.target, 'aarch64-unknown-linux')
run: sudo apt-get update && sudo apt-get install -y make
run: sudo apt-get update && sudo apt-get install -y make openssl libssl-dev

# Upload Rust binaries
- uses: taiki-e/upload-rust-binary-action@v1
Expand Down
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asm-lsp"
version = "0.8.0"
version = "0.9.0"
authors = ["Nikos Koukis <[email protected]>"]
edition = "2018"

Expand Down Expand Up @@ -52,10 +52,9 @@ url-escape = "0.1.1"
quick-xml = "0.35.0"
bincode = "1.3.3"
lsp-textdocument = "0.4.0"
# compile_commands = "0.2.0"
compile_commands = { git = "https://github.com/WillLillis/compile_commands", rev = "ccf28aef46207c810c0c1f2e264f92c66c0d2000" }
tree-sitter = "0.22.6"
tree-sitter-asm = "0.22.6"
compile_commands = "0.3.0"

[dev-dependencies]
mockito = "1.2.0"

0 comments on commit e15b8fe

Please sign in to comment.