Skip to content

Commit 2a2d981

Browse files
committed
Bump to 0.5.39
1 parent c0cf4eb commit 2a2d981

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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.38"
3+
version = "0.5.39"
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.38"
3+
version = "0.5.39"
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.38", path = "../flowistry"}
17+
flowistry = {version = "0.5.39", 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.38"
3+
version = "0.5.39"
44
edition = "2021"
55
publish = false
66

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

1010
[dependencies]
11-
flowistry = {version = "0.5.38", path = "../flowistry"}
11+
flowistry = {version = "0.5.39", 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.38"
3+
version = "0.5.39"
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.38",
15+
"version": "0.5.39",
1616
"engines": {
1717
"vscode": "^1.54.0"
1818
},

0 commit comments

Comments
 (0)