From 414ce5cbd390d70d607ff63f9595db1484f1ed2f Mon Sep 17 00:00:00 2001 From: Heyward Fann Date: Thu, 12 Dec 2024 15:42:09 +0800 Subject: [PATCH] v0.79.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b809e63..b2ca45b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coc-rust-analyzer", - "version": "0.78.0", + "version": "0.79.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coc-rust-analyzer", - "version": "0.78.0", + "version": "0.79.0", "license": "MIT", "devDependencies": { "@biomejs/biome": "^1.8.3", diff --git a/package.json b/package.json index 9db31fe..4b0f63c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coc-rust-analyzer", - "version": "0.78.0", + "version": "0.79.0", "description": "rust-analyzer for Vim/Neovim, works as an extension with coc.nvim", "author": "Heyward Fann ", "license": "MIT",