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 ```