From a00a5cb24cd9c323541ef5a06a9df0c3d6d67c57 Mon Sep 17 00:00:00 2001 From: kazk Date: Wed, 25 Aug 2021 23:46:47 -0700 Subject: [PATCH] v0.6.1 - Make sure the directory exists before writing a file --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18049f0..de269b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ansi_term" version = "0.12.1" @@ -445,7 +447,7 @@ dependencies = [ [[package]] name = "lsp-ws-proxy" -version = "0.6.0" +version = "0.6.1" dependencies = [ "argh", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 04e5688..35b1f7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lsp-ws-proxy" -version = "0.6.0" +version = "0.6.1" authors = ["kazk "] edition = "2018" license = "MIT"