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.
2 parents bdf9d53 + 294c317 commit 9ec102dCopy full SHA for 9ec102d
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
- Unreleased
4
+
5
+- v0.16.2
6
- Fix build on platforms where `c_char` is `u8` like Linux/AArch64. ([#296](https://github.com/PyO3/rust-numpy/pull/296))
7
8
- v0.16.1
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "numpy"
-version = "0.16.1"
+version = "0.16.2"
authors = [
"The rust-numpy Project Developers",
"PyO3 Project and Contributors <https://github.com/PyO3>"
0 commit comments