Skip to content

Commit c0c2898

Browse files
committed
Bump to 0.1.31
1 parent 66782f5 commit c0c2898

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jobserver"
3-
version = "0.1.30"
3+
version = "0.1.31"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/jobserver-rs"

src/wasm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pub(crate) fn spawn_helper(
9494
state.for_each_request(|_| f(client.acquire()));
9595
})?;
9696

97-
Ok(Helper { thread: thread })
97+
Ok(Helper { thread })
9898
}
9999

100100
impl Helper {

0 commit comments

Comments
 (0)