From 6da529c8f7fe595234f3a269c6282a3e8829234b Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Thu, 5 Oct 2023 11:43:25 +0200 Subject: [PATCH] Version 0.5.0 (#33) --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f5f639..2162e89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,7 +356,7 @@ dependencies = [ [[package]] name = "uuid-utils" -version = "0.4.0" +version = "0.5.0" dependencies = [ "pyo3", "uuid", diff --git a/Cargo.toml b/Cargo.toml index 6bfda94..855696a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uuid-utils" -version = "0.4.0" +version = "0.5.0" edition = "2021" [lib] diff --git a/README.md b/README.md index 5b4421d..a887b57 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,6 @@ $ make test Or: -```bash -$ RUSTFLAGS="--cfg uuid_unstable" maturin develop +```shell +$ RUSTFLAGS="--cfg uuid_unstable" maturin develop --release ```