From ff94d5e91df3507c8968ef82a2c6942eb77d92ae Mon Sep 17 00:00:00 2001 From: Will Crichton Date: Thu, 23 Sep 2021 14:29:59 -0700 Subject: [PATCH] Bump to 0.3.14 --- Cargo.lock | 2 +- Cargo.toml | 4 +++- ide/package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4f6e3aee..8f519f22f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,7 +97,7 @@ dependencies = [ [[package]] name = "flowistry" -version = "0.3.13" +version = "0.3.14" dependencies = [ "anyhow", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index ce05ad3f2..58670d04b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Will Crichton "] edition = "2018" name = "flowistry" -version = "0.3.13" +version = "0.3.14" description = "Powerful IDE tools for Rust" repository = "https://github.com/willcrichton/flowistry" license = "MIT" @@ -20,6 +20,8 @@ log = "0.4" intervaltree = "0.2" # For binaries +# FIXME(wcrichto): all of these dependencies are heavy, can we +# simplify them? clap = {version = "2.33", default-features = false} cargo_metadata = "0.14" rand = "0.8" diff --git a/ide/package.json b/ide/package.json index 3078e67d3..c38fb508a 100644 --- a/ide/package.json +++ b/ide/package.json @@ -9,7 +9,7 @@ "type": "git" }, "description": "Powerful IDE tools for Rust", - "version": "0.3.13", + "version": "0.3.14", "engines": { "vscode": "^1.54.0" },