File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " rustc-rayon"
33# Reminder to update html_rool_url in lib.rs when updating version
4- version = " 0.2 .0"
4+ version = " 0.3 .0"
55authors = [" Niko Matsakis <niko@alum.mit.edu>" ,
66 " Josh Stone <cuviper@gmail.com>" ]
77description = " Simple work-stealing parallelism for Rust - fork for rustc"
@@ -18,7 +18,7 @@ members = ["rayon-core"]
1818exclude = [" ci" ]
1919
2020[dependencies ]
21- rustc-rayon-core = { version = " 0.2 " , path = " rayon-core" }
21+ rustc-rayon-core = { version = " 0.3 " , path = " rayon-core" }
2222crossbeam-deque = " 0.7"
2323
2424# This is a public dependency!
Original file line number Diff line number Diff line change 11[package ]
22name = " 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
44authors = [" Niko Matsakis <niko@alum.mit.edu>" ,
55 " Josh Stone <cuviper@gmail.com>" ]
66description = " Core APIs for Rayon - fork for rustc"
You can’t perform that action at this time.
0 commit comments