Skip to content

Commit

Permalink
Bump to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Sep 23, 2021
1 parent 1ee0fdc commit 69bbbea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Will Crichton <wcrichto@cs.stanford.edu>"]
edition = "2018"
name = "flowistry"
version = "0.3.7"
version = "0.3.8"
description = "Powerful IDE tools for Rust"
repository = "https://github.com/willcrichton/flowistry"
license = "MIT"
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.7",
"version": "0.3.8",
"engines": {
"vscode": "^1.54.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/bin/cargo-flowistry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn main() {

// FIXME(wcrichto): can we read the version directly from Cargo.toml?
let matches = clap_app!(flowistry =>
(version: "0.3.7")
(version: "0.3.8")
(author: "Will Crichton <wcrichto@cs.stanford.edu>")
(@setting TrailingVarArg)
(@subcommand rustc_version =>)
Expand Down

0 comments on commit 69bbbea

Please sign in to comment.