diff --git a/crates/flowistry/Cargo.toml b/crates/flowistry/Cargo.toml index 53b41a703..ac7723e4a 100644 --- a/crates/flowistry/Cargo.toml +++ b/crates/flowistry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flowistry" -version = "0.5.36" +version = "0.5.37" edition = "2021" authors = ["Will Crichton "] description = "Modular information flow analysis" @@ -20,7 +20,7 @@ log = "0.4" fluid-let = "1.0" cfg-if = "1.0" serde = {version = "1", features = ["derive"]} -rustc_utils = "0.6.0-nightly-2023-04-12" +rustc_utils = "0.6.1-nightly-2023-04-12" # For local debugging html-escape = {version = "0.2", optional = true} diff --git a/crates/flowistry_ide/Cargo.toml b/crates/flowistry_ide/Cargo.toml index 40c7db507..968119370 100644 --- a/crates/flowistry_ide/Cargo.toml +++ b/crates/flowistry_ide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flowistry_ide" -version = "0.5.36" +version = "0.5.37" edition = "2021" authors = ["Will Crichton "] description = "Information Flow in the IDE for Rust" @@ -14,7 +14,7 @@ rustc_private = true decompose = ["petgraph", "rayon"] [dependencies] -flowistry = {version = "0.5.36", path = "../flowistry"} +flowistry = {version = "0.5.37", path = "../flowistry"} anyhow = "1" log = "0.4" fluid-let = "1.0" @@ -24,8 +24,8 @@ serde = {version = "1", features = ["derive"]} serde_json = "1" flate2 = "1" base64 = "0.21" -rustc_utils = {version = "0.6.0-nightly-2023-04-12", features = ["serde"]} -rustc_plugin = "0.6.0-nightly-2023-04-12" +rustc_utils = {version = "0.6.1-nightly-2023-04-12", features = ["serde"]} +rustc_plugin = "0.6.1-nightly-2023-04-12" # Decompose petgraph = {version = "0.6", default-features = false, optional = true} diff --git a/crates/flowistry_ifc/Cargo.toml b/crates/flowistry_ifc/Cargo.toml index 78ca44ad9..6031ac91e 100644 --- a/crates/flowistry_ifc/Cargo.toml +++ b/crates/flowistry_ifc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flowistry_ifc" -version = "0.5.36" +version = "0.5.37" edition = "2021" publish = false @@ -8,10 +8,10 @@ publish = false rustc_private = true [dependencies] -flowistry = {version = "0.5.36", path = "../flowistry"} +flowistry = {version = "0.5.37", path = "../flowistry"} env_logger = "0.9" termcolor = "1.1" anyhow = "1" log = "0.4" -rustc_plugin = "0.6.0-nightly-2023-04-12" -rustc_utils = "0.6.0-nightly-2023-04-12" \ No newline at end of file +rustc_plugin = "0.6.1-nightly-2023-04-12" +rustc_utils = "0.6.1-nightly-2023-04-12" \ No newline at end of file diff --git a/crates/flowistry_ifc_traits/Cargo.toml b/crates/flowistry_ifc_traits/Cargo.toml index 25c929bcf..b61426e76 100644 --- a/crates/flowistry_ifc_traits/Cargo.toml +++ b/crates/flowistry_ifc_traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flowistry_ifc_traits" -version = "0.5.36" +version = "0.5.37" edition = "2021" publish = false diff --git a/ide/package.json b/ide/package.json index 3dea046bc..8b5ba1095 100644 --- a/ide/package.json +++ b/ide/package.json @@ -12,7 +12,7 @@ "type": "git" }, "description": "Information Flow in the IDE for Rust", - "version": "0.5.36", + "version": "0.5.37", "engines": { "vscode": "^1.54.0" },