mirror of
https://github.com/bergercookie/asm-lsp.git
synced 2025-12-23 12:26:44 +00:00
update version, contact info
Some checks failed
Security audit / Security Audit (push) Has been cancelled
Build Cargo Workspace / Build Cargo Workspace (push) Has been cancelled
Build Cargo Workspace / Generate schema (push) Has been cancelled
Build Documentation / Build Documentation (push) Has been cancelled
Lint Code / Run Tests / Run Unit Tests (push) Has been cancelled
Lint Code / Run Tests / TypeScript (push) Has been cancelled
Some checks failed
Security audit / Security Audit (push) Has been cancelled
Build Cargo Workspace / Build Cargo Workspace (push) Has been cancelled
Build Cargo Workspace / Generate schema (push) Has been cancelled
Build Documentation / Build Documentation (push) Has been cancelled
Lint Code / Run Tests / Run Unit Tests (push) Has been cancelled
Lint Code / Run Tests / TypeScript (push) Has been cancelled
This commit is contained in:
parent
9df3f51785
commit
bacbe5eedf
2 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -126,7 +126,7 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|||
|
||||
[[package]]
|
||||
name = "asm-lsp"
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bincode",
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ members = ["asm-lsp", "asm_docs_parsing", "xtask"]
|
|||
default-members = ["asm-lsp"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.10.0"
|
||||
authors = ["Nikos Koukis <nickkouk@gmail.com>", "Will Lillis <wlillis24@gmail.com>"]
|
||||
version = "0.10.1"
|
||||
authors = ["Nikos Koukis <nickkouk@gmail.com>", "Will Lillis <will.lillis24@gmail.com>"]
|
||||
edition = "2024"
|
||||
description = "Language Server for x86/x86_64, ARM, RISCV, and z80 Assembly Code"
|
||||
documentation = "https://docs.rs/asm-lsp/latest/asm_lsp/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue