From aacb58397709860c24e9a86b945f74c0482e385b Mon Sep 17 00:00:00 2001 From: Noah Too Date: Sat, 25 May 2024 10:02:52 +0300 Subject: [PATCH] chore: bump to v0.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37a0aea..b67afe7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1335,7 +1335,7 @@ dependencies = [ [[package]] name = "silicon_nvim" -version = "0.4.3" +version = "0.5.0" dependencies = [ "anyhow", "clipboard-win 4.4.2", diff --git a/Cargo.toml b/Cargo.toml index c06a45f..105a833 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "silicon_nvim" -version = "0.4.3" +version = "0.5.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html