Skip to content

Commit

Permalink
Bump to 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Feb 27, 2022
1 parent af41085 commit 6df8c74
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions 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 crates/flowistry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flowistry"
version = "0.5.7"
version = "0.5.8"
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.7"
version = "0.5.8"
edition = "2021"
authors = ["Will Crichton <[email protected]>"]
description = "Information Flow in the IDE for Rust"
Expand All @@ -11,7 +11,7 @@ license = "MIT"
rustc_private = true

[dependencies]
flowistry = {version = "0.5.7", path = "../flowistry"}
flowistry = {version = "0.5.8", 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.7"
version = "0.5.8"
edition = "2021"

[dependencies]
flowistry = {version = "0.5.7", path = "../flowistry"}
flowistry = {version = "0.5.8", 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.7"
version = "0.5.8"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions 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.7",
"version": "0.5.8",
"engines": {
"vscode": "^1.54.0"
},
Expand Down Expand Up @@ -152,7 +152,7 @@
"publisherId": "1026bfbe-4ffd-44f9-ae41-e620853f9572"
},
"dependencies": {
"adm-zip": "^0.5.7",
"adm-zip": "^0.5.8",
"classnames": "^2.3.1",
"got": "^11.8.2",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 6df8c74

Please sign in to comment.