-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from willcrichton/fix-header-check
Update to latest rustc_plugin, bump to 0.5.37
- Loading branch information
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "flowistry" | ||
version = "0.5.36" | ||
version = "0.5.37" | ||
edition = "2021" | ||
authors = ["Will Crichton <[email protected]>"] | ||
description = "Modular information flow analysis" | ||
|
@@ -20,7 +20,7 @@ log = "0.4" | |
fluid-let = "1.0" | ||
cfg-if = "1.0" | ||
serde = {version = "1", features = ["derive"]} | ||
rustc_utils = "0.6.0-nightly-2023-04-12" | ||
rustc_utils = "0.6.1-nightly-2023-04-12" | ||
|
||
# For local debugging | ||
html-escape = {version = "0.2", optional = true} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "flowistry_ide" | ||
version = "0.5.36" | ||
version = "0.5.37" | ||
edition = "2021" | ||
authors = ["Will Crichton <[email protected]>"] | ||
description = "Information Flow in the IDE for Rust" | ||
|
@@ -14,7 +14,7 @@ rustc_private = true | |
decompose = ["petgraph", "rayon"] | ||
|
||
[dependencies] | ||
flowistry = {version = "0.5.36", path = "../flowistry"} | ||
flowistry = {version = "0.5.37", path = "../flowistry"} | ||
anyhow = "1" | ||
log = "0.4" | ||
fluid-let = "1.0" | ||
|
@@ -24,8 +24,8 @@ serde = {version = "1", features = ["derive"]} | |
serde_json = "1" | ||
flate2 = "1" | ||
base64 = "0.21" | ||
rustc_utils = {version = "0.6.0-nightly-2023-04-12", features = ["serde"]} | ||
rustc_plugin = "0.6.0-nightly-2023-04-12" | ||
rustc_utils = {version = "0.6.1-nightly-2023-04-12", features = ["serde"]} | ||
rustc_plugin = "0.6.1-nightly-2023-04-12" | ||
|
||
# Decompose | ||
petgraph = {version = "0.6", default-features = false, optional = true} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
[package] | ||
name = "flowistry_ifc" | ||
version = "0.5.36" | ||
version = "0.5.37" | ||
edition = "2021" | ||
publish = false | ||
|
||
[package.metadata.rust-analyzer] | ||
rustc_private = true | ||
|
||
[dependencies] | ||
flowistry = {version = "0.5.36", path = "../flowistry"} | ||
flowistry = {version = "0.5.37", path = "../flowistry"} | ||
env_logger = "0.9" | ||
termcolor = "1.1" | ||
anyhow = "1" | ||
log = "0.4" | ||
rustc_plugin = "0.6.0-nightly-2023-04-12" | ||
rustc_utils = "0.6.0-nightly-2023-04-12" | ||
rustc_plugin = "0.6.1-nightly-2023-04-12" | ||
rustc_utils = "0.6.1-nightly-2023-04-12" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "flowistry_ifc_traits" | ||
version = "0.5.36" | ||
version = "0.5.37" | ||
edition = "2021" | ||
publish = false | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters