File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " flowistry"
3
- version = " 0.5.38 "
3
+ version = " 0.5.39 "
4
4
edition = " 2021"
5
5
authors = [
" Will Crichton <[email protected] >" ]
6
6
description = " Modular information flow analysis"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " flowistry_ide"
3
- version = " 0.5.38 "
3
+ version = " 0.5.39 "
4
4
edition = " 2021"
5
5
authors = [
" Will Crichton <[email protected] >" ]
6
6
description = " Information Flow in the IDE for Rust"
@@ -14,7 +14,7 @@ rustc_private = true
14
14
decompose = [" petgraph" , " rayon" ]
15
15
16
16
[dependencies ]
17
- flowistry = {version = " 0.5.38 " , path = " ../flowistry" }
17
+ flowistry = {version = " 0.5.39 " , path = " ../flowistry" }
18
18
anyhow = " 1"
19
19
log = " 0.4"
20
20
fluid-let = " 1.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " flowistry_ifc"
3
- version = " 0.5.38 "
3
+ version = " 0.5.39 "
4
4
edition = " 2021"
5
5
publish = false
6
6
7
7
[package .metadata .rust-analyzer ]
8
8
rustc_private = true
9
9
10
10
[dependencies ]
11
- flowistry = {version = " 0.5.38 " , path = " ../flowistry" }
11
+ flowistry = {version = " 0.5.39 " , path = " ../flowistry" }
12
12
env_logger = " 0.9"
13
13
termcolor = " 1.1"
14
14
anyhow = " 1"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " flowistry_ifc_traits"
3
- version = " 0.5.38 "
3
+ version = " 0.5.39 "
4
4
edition = " 2021"
5
5
publish = false
6
6
Original file line number Diff line number Diff line change 12
12
"type" : " git"
13
13
},
14
14
"description" : " Information Flow in the IDE for Rust" ,
15
- "version" : " 0.5.38 " ,
15
+ "version" : " 0.5.39 " ,
16
16
"engines" : {
17
17
"vscode" : " ^1.54.0"
18
18
},
You can’t perform that action at this time.
0 commit comments