Skip to content

Commit

Permalink
Bump to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Sep 23, 2021
1 parent 87f644d commit da9088e
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 <[email protected]>"]
edition = "2018"
name = "flowistry"
version = "0.3.8"
version = "0.3.9"
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.8",
"version": "0.3.9",
"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 @@ -17,7 +17,7 @@ fn main() {

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

0 comments on commit da9088e

Please sign in to comment.