-
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.
Fix issue with range sorting. Bump to 0.5.41
- Loading branch information
1 parent
e482cd6
commit 686b6f3
Showing
8 changed files
with
15 additions
and
16 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
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.40" | ||
version = "0.5.41" | ||
edition = "2021" | ||
authors = ["Will Crichton <[email protected]>"] | ||
description = "Modular information flow analysis" | ||
|
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.40" | ||
version = "0.5.41" | ||
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.40", path = "../flowistry"} | ||
flowistry = {version = "0.5.41", path = "../flowistry"} | ||
anyhow = "1" | ||
log = "0.4" | ||
fluid-let = "1.0" | ||
|
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
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.40" | ||
version = "0.5.41" | ||
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
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
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