Skip to content

Commit

Permalink
Bump to 0.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Apr 22, 2024
1 parent 66782f5 commit c0c2898
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jobserver"
version = "0.1.30"
version = "0.1.31"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/jobserver-rs"
Expand Down
2 changes: 1 addition & 1 deletion src/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pub(crate) fn spawn_helper(
state.for_each_request(|_| f(client.acquire()));
})?;

Ok(Helper { thread: thread })
Ok(Helper { thread })
}

impl Helper {
Expand Down

0 comments on commit c0c2898

Please sign in to comment.