Skip to content

Commit

Permalink
Bump to 0.5.36
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Jun 14, 2023
1 parent 74572ac commit 1759ef8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.35"
version = "0.5.36"
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.35"
version = "0.5.36"
edition = "2021"
authors = ["Will Crichton <[email protected]>"]
description = "Information Flow in the IDE for Rust"
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions crates/flowistry_ifc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "flowistry_ifc"
version = "0.5.35"
version = "0.5.36"
edition = "2021"
publish = false

[package.metadata.rust-analyzer]
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"
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.35"
version = "0.5.36"
edition = "2021"
publish = false

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

0 comments on commit 1759ef8

Please sign in to comment.