Skip to content

Commit

Permalink
Bump to 0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Sep 23, 2021
1 parent 5bcc452 commit ff94d5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Will Crichton <[email protected]>"]
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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit ff94d5e

Please sign in to comment.