diff --git a/Cargo.lock b/Cargo.lock index b228ddf..f2857fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,7 +126,7 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "asm-lsp" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 6c788b7..c15184f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ members = ["asm-lsp", "asm_docs_parsing", "xtask"] default-members = ["asm-lsp"] [workspace.package] -version = "0.10.0" -authors = ["Nikos Koukis ", "Will Lillis "] +version = "0.10.1" +authors = ["Nikos Koukis ", "Will Lillis "] edition = "2024" description = "Language Server for x86/x86_64, ARM, RISCV, and z80 Assembly Code" documentation = "https://docs.rs/asm-lsp/latest/asm_lsp/"