From 1759ef8bc1192e7cb617ff94b61fcc148392950a Mon Sep 17 00:00:00 2001 From: Will Crichton Date: Tue, 13 Jun 2023 14:07:06 -0700 Subject: [PATCH] Bump to 0.5.36 --- .github/workflows/release.yml | 2 +- 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 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b8151d15..2032ce36e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: include: - os: ubuntu-20.04 target: x86_64-unknown-linux-gnu - - os: macos-10.15 + - os: macos-12 target: x86_64-apple-darwin - os: windows-2022 target: x86_64-pc-windows-msvc diff --git a/crates/flowistry/Cargo.toml b/crates/flowistry/Cargo.toml index 5402f5822..53b41a703 100644 --- a/crates/flowistry/Cargo.toml +++ b/crates/flowistry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flowistry" -version = "0.5.35" +version = "0.5.36" 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 bcd4cec4d..40c7db507 100644 --- a/crates/flowistry_ide/Cargo.toml +++ b/crates/flowistry_ide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flowistry_ide" -version = "0.5.35" +version = "0.5.36" 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.35", path = "../flowistry"} +flowistry = {version = "0.5.36", 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 db46632de..78ca44ad9 100644 --- a/crates/flowistry_ifc/Cargo.toml +++ b/crates/flowistry_ifc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flowistry_ifc" -version = "0.5.35" +version = "0.5.36" edition = "2021" publish = false @@ -8,7 +8,7 @@ publish = false rustc_private = true [dependencies] -flowistry = {version = "0.5.35", path = "../flowistry"} +flowistry = {version = "0.5.36", 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 64ea3f35b..25c929bcf 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.35" +version = "0.5.36" edition = "2021" publish = false diff --git a/ide/package.json b/ide/package.json index 2971d5918..3dea046bc 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.35", + "version": "0.5.36", "engines": { "vscode": "^1.54.0" },