Skip to content

Commit 1759ef8

Browse files
committed
Bump to 0.5.36
1 parent 74572ac commit 1759ef8

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
include:
2929
- os: ubuntu-20.04
3030
target: x86_64-unknown-linux-gnu
31-
- os: macos-10.15
31+
- os: macos-12
3232
target: x86_64-apple-darwin
3333
- os: windows-2022
3434
target: x86_64-pc-windows-msvc

crates/flowistry/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flowistry"
3-
version = "0.5.35"
3+
version = "0.5.36"
44
edition = "2021"
55
authors = ["Will Crichton <[email protected]>"]
66
description = "Modular information flow analysis"

crates/flowistry_ide/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flowistry_ide"
3-
version = "0.5.35"
3+
version = "0.5.36"
44
edition = "2021"
55
authors = ["Will Crichton <[email protected]>"]
66
description = "Information Flow in the IDE for Rust"
@@ -14,7 +14,7 @@ rustc_private = true
1414
decompose = ["petgraph", "rayon"]
1515

1616
[dependencies]
17-
flowistry = {version = "0.5.35", path = "../flowistry"}
17+
flowistry = {version = "0.5.36", path = "../flowistry"}
1818
anyhow = "1"
1919
log = "0.4"
2020
fluid-let = "1.0"

crates/flowistry_ifc/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "flowistry_ifc"
3-
version = "0.5.35"
3+
version = "0.5.36"
44
edition = "2021"
55
publish = false
66

77
[package.metadata.rust-analyzer]
88
rustc_private = true
99

1010
[dependencies]
11-
flowistry = {version = "0.5.35", path = "../flowistry"}
11+
flowistry = {version = "0.5.36", path = "../flowistry"}
1212
env_logger = "0.9"
1313
termcolor = "1.1"
1414
anyhow = "1"

crates/flowistry_ifc_traits/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flowistry_ifc_traits"
3-
version = "0.5.35"
3+
version = "0.5.36"
44
edition = "2021"
55
publish = false
66

ide/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git"
1313
},
1414
"description": "Information Flow in the IDE for Rust",
15-
"version": "0.5.35",
15+
"version": "0.5.36",
1616
"engines": {
1717
"vscode": "^1.54.0"
1818
},

0 commit comments

Comments
 (0)