We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfc527 commit 61a6aaeCopy full SHA for 61a6aae
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.1.7
2
+
3
+Fix memory leak on Apple platforms
4
5
# 0.1.6
6
7
- Avoid heap allocation on FreeBSD
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "num_threads"
-version = "0.1.6"
+version = "0.1.7"
authors = ["Jacob Pratt <open-source@jhpratt.dev>"]
repository = "https://github.com/jhpratt/num_threads"
categories = ["api-bindings", "hardware-support", "os"]
0 commit comments