File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustc-rayon"
3
3
# Reminder to update html_rool_url in lib.rs when updating version
4
- version = " 0.2 .0"
4
+ version = " 0.3 .0"
5
5
authors = [" Niko Matsakis <niko@alum.mit.edu>" ,
6
6
" Josh Stone <cuviper@gmail.com>" ]
7
7
description = " Simple work-stealing parallelism for Rust - fork for rustc"
@@ -18,7 +18,7 @@ members = ["rayon-core"]
18
18
exclude = [" ci" ]
19
19
20
20
[dependencies ]
21
- rustc-rayon-core = { version = " 0.2 " , path = " rayon-core" }
21
+ rustc-rayon-core = { version = " 0.3 " , path = " rayon-core" }
22
22
crossbeam-deque = " 0.7"
23
23
24
24
# This is a public dependency!
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustc-rayon-core"
3
- version = " 0.2 .0" # reminder to update html_root_url attribute
3
+ version = " 0.3 .0" # reminder to update html_root_url attribute
4
4
authors = [" Niko Matsakis <niko@alum.mit.edu>" ,
5
5
" Josh Stone <cuviper@gmail.com>" ]
6
6
description = " Core APIs for Rayon - fork for rustc"
You can’t perform that action at this time.
0 commit comments