Skip to content

Commit

Permalink
Bump to 0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Mar 22, 2022
1 parent 1d21913 commit 24efae9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion crates/flowistry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flowistry"
version = "0.5.13"
version = "0.5.14"
edition = "2021"
authors = ["Will Crichton <[email protected]>"]
description = "Modular information flow analysis"
Expand Down
4 changes: 2 additions & 2 deletions crates/flowistry_ide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flowistry_ide"
version = "0.5.13"
version = "0.5.14"
edition = "2021"
authors = ["Will Crichton <[email protected]>"]
description = "Information Flow in the IDE for Rust"
Expand All @@ -14,7 +14,7 @@ rustc_private = true
decompose = ["petgraph", "rayon"]

[dependencies]
flowistry = {version = "0.5.13", path = "../flowistry"}
flowistry = {version = "0.5.14", path = "../flowistry"}
anyhow = "1"
log = "0.4"
fluid-let = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/flowistry_ifc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "flowistry_ifc"
version = "0.5.13"
version = "0.5.14"
edition = "2021"

[dependencies]
flowistry = {version = "0.5.13", path = "../flowistry"}
flowistry = {version = "0.5.14", path = "../flowistry"}
env_logger = "0.9"
termcolor = "1.1"
anyhow = "1"
2 changes: 1 addition & 1 deletion crates/flowistry_ifc_traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flowistry_ifc_traits"
version = "0.5.13"
version = "0.5.14"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion ide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git"
},
"description": "Information Flow in the IDE for Rust",
"version": "0.5.13",
"version": "0.5.14",
"engines": {
"vscode": "^1.54.0"
},
Expand Down

0 comments on commit 24efae9

Please sign in to comment.