From 4dde4b6e8de61be27827acc49cb3568bcc0204e7 Mon Sep 17 00:00:00 2001 From: messense Date: Fri, 7 May 2021 13:08:27 +0800 Subject: [PATCH] Release v0.10.5-beta.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6dfa29d0..5cb0a0365 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -900,7 +900,7 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" [[package]] name = "maturin" -version = "0.10.5-beta.2" +version = "0.10.5-beta.3" dependencies = [ "anyhow", "base64 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index 4538f427f..e571dc768 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin "] name = "maturin" -version = "0.10.5-beta.2" +version = "0.10.5-beta.3" description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages" exclude = ["test-crates/**/*", "sysconfig/*", "test-data/*", "ci/*", "tests/*"] readme = "Readme.md"