Skip to content

Commit d79ec98

Browse files
committed
bump to 0.3.2 and prepare for release
1 parent 8e8af56 commit d79ec98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustc-rayon"
33
# Reminder to update html_rool_url in lib.rs when updating version
4-
version = "0.3.1"
4+
version = "0.3.2"
55
authors = ["Niko Matsakis <[email protected]>",
66
"Josh Stone <[email protected]>"]
77
description = "Simple work-stealing parallelism for Rust - fork for rustc"

rayon-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc-rayon-core"
3-
version = "0.3.1" # reminder to update html_root_url attribute
3+
version = "0.3.2" # reminder to update html_root_url attribute
44
authors = ["Niko Matsakis <[email protected]>",
55
"Josh Stone <[email protected]>"]
66
description = "Core APIs for Rayon - fork for rustc"

0 commit comments

Comments
 (0)