From 878c5a2ee023b4ad527ffa82828833159d5a2bb7 Mon Sep 17 00:00:00 2001 From: Heyward Fann Date: Tue, 8 Oct 2024 15:26:04 +0800 Subject: [PATCH] v0.77.6 --- 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 7bb77d2..b5a408f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coc-rust-analyzer", - "version": "0.77.5", + "version": "0.77.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coc-rust-analyzer", - "version": "0.77.5", + "version": "0.77.6", "license": "MIT", "devDependencies": { "@biomejs/biome": "^1.8.3", diff --git a/package.json b/package.json index e428e59..c94dfa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coc-rust-analyzer", - "version": "0.77.5", + "version": "0.77.6", "description": "rust-analyzer for Vim/Neovim, works as an extension with coc.nvim", "author": "Heyward Fann ", "license": "MIT",