Skip to content

Commit

Permalink
Bump to 0.5.30
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Oct 15, 2022
1 parent b972b71 commit 7083ba3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.29"
version = "0.5.30"
edition = "2021"
authors = ["Will Crichton <[email protected]>"]
description = "Modular information flow analysis"
Expand Down
6 changes: 3 additions & 3 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.29"
version = "0.5.30"
edition = "2021"
authors = ["Will Crichton <[email protected]>"]
description = "Information Flow in the IDE for Rust"
Expand All @@ -14,8 +14,8 @@ rustc_private = true
decompose = ["petgraph", "rayon"]

[dependencies]
flowistry = {version = "0.5.29", path = "../flowistry"}
rustc_plugin = {version = "0.5.29", path = "../rustc_plugin"}
flowistry = {version = "0.5.30", path = "../flowistry"}
rustc_plugin = {version = "0.5.30", path = "../rustc_plugin"}
anyhow = "1"
log = "0.4"
fluid-let = "1.0"
Expand Down
6 changes: 3 additions & 3 deletions crates/flowistry_ifc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "flowistry_ifc"
version = "0.5.29"
version = "0.5.30"
edition = "2021"
publish = false

[package.metadata.rust-analyzer]
rustc_private = true

[dependencies]
flowistry = {version = "0.5.29", path = "../flowistry"}
rustc_plugin = {version = "0.5.29", path = "../rustc_plugin"}
flowistry = {version = "0.5.30", path = "../flowistry"}
rustc_plugin = {version = "0.5.30", path = "../rustc_plugin"}
env_logger = "0.9"
termcolor = "1.1"
anyhow = "1"
Expand Down
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.29"
version = "0.5.30"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion crates/rustc_plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustc_plugin"
version = "0.5.29"
version = "0.5.30"
edition = "2021"
authors = ["Will Crichton <[email protected]>"]
description = "Framework for integrating a rustc plugin with Cargo"
Expand Down
4 changes: 2 additions & 2 deletions ide/package-lock.json

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

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.29",
"version": "0.5.30",
"engines": {
"vscode": "^1.54.0"
},
Expand Down

0 comments on commit 7083ba3

Please sign in to comment.