Skip to content

Commit 4811d0b

Browse files
committed
bump to 0.3.0 and prepare for release
1 parent 7ffde12 commit 4811d0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
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.2.0"
4+
version = "0.3.0"
55
authors = ["Niko Matsakis <[email protected]>",
66
"Josh Stone <[email protected]>"]
77
description = "Simple work-stealing parallelism for Rust - fork for rustc"
@@ -18,7 +18,7 @@ members = ["rayon-core"]
1818
exclude = ["ci"]
1919

2020
[dependencies]
21-
rustc-rayon-core = { version = "0.2", path = "rayon-core" }
21+
rustc-rayon-core = { version = "0.3", path = "rayon-core" }
2222
crossbeam-deque = "0.7"
2323

2424
# This is a public dependency!

rayon-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
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
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)