From 216245c66febf13e5d5ba80d1287fab78ca3f2ed Mon Sep 17 00:00:00 2001 From: pacrob <5199899+pacrob@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:07:56 -0600 Subject: [PATCH] bump pyo3 version 0.15->0.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52f8a00..79bfba9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/davesque/blake2b-py" description = "Blake2b hashing in Rust with Python bindings." [dependencies] -pyo3 = { version = "~0.15", features = ["extension-module"] } +pyo3 = { version = "~0.16", features = ["extension-module"] } [dev-dependencies] hex = "~0.4"