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

This commit is contained in:
Will Lillis 2025-10-19 19:53:07 -04:00
parent 9df3f51785
commit bacbe5eedf
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -126,7 +126,7 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "asm-lsp"
version = "0.10.0"
version = "0.10.1"
dependencies = [
"anyhow",
"bincode",

View file

@ -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/"