From e482cd68891127844d4c748fbc23e216f1cf6fe9 Mon Sep 17 00:00:00 2001 From: Will Crichton Date: Fri, 6 Oct 2023 14:33:27 -0700 Subject: [PATCH] Bump to 0.5.40 --- crates/flowistry/Cargo.toml | 2 +- crates/flowistry_ide/Cargo.toml | 4 ++-- crates/flowistry_ifc/Cargo.toml | 4 ++-- crates/flowistry_ifc_traits/Cargo.toml | 2 +- ide/package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/crates/flowistry/Cargo.toml b/crates/flowistry/Cargo.toml index 17afa060f..446a9e465 100644 --- a/crates/flowistry/Cargo.toml +++ b/crates/flowistry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flowistry" -version = "0.5.39" +version = "0.5.40" edition = "2021" authors = ["Will Crichton "] description = "Modular information flow analysis" diff --git a/crates/flowistry_ide/Cargo.toml b/crates/flowistry_ide/Cargo.toml index 9310ea23b..31b7f5ea4 100644 --- a/crates/flowistry_ide/Cargo.toml +++ b/crates/flowistry_ide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flowistry_ide" -version = "0.5.39" +version = "0.5.40" 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.39", path = "../flowistry"} +flowistry = {version = "0.5.40", path = "../flowistry"} anyhow = "1" log = "0.4" fluid-let = "1.0" diff --git a/crates/flowistry_ifc/Cargo.toml b/crates/flowistry_ifc/Cargo.toml index e4cd7e0e0..25eb4f216 100644 --- a/crates/flowistry_ifc/Cargo.toml +++ b/crates/flowistry_ifc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flowistry_ifc" -version = "0.5.39" +version = "0.5.40" edition = "2021" publish = false @@ -8,7 +8,7 @@ publish = false rustc_private = true [dependencies] -flowistry = {version = "0.5.39", path = "../flowistry"} +flowistry = {version = "0.5.40", path = "../flowistry"} env_logger = "0.9" termcolor = "1.1" anyhow = "1" diff --git a/crates/flowistry_ifc_traits/Cargo.toml b/crates/flowistry_ifc_traits/Cargo.toml index da32ab866..5c5205598 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.39" +version = "0.5.40" edition = "2021" publish = false diff --git a/ide/package.json b/ide/package.json index 82737447d..0ec698206 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.39", + "version": "0.5.40", "engines": { "vscode": "^1.54.0" },