Skip to content

Commit

Permalink
Version 0.5.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee committed Oct 5, 2023
1 parent 5ffc85f commit 6da529c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uuid-utils"
version = "0.4.0"
version = "0.5.0"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ $ make test

Or:

```bash
$ RUSTFLAGS="--cfg uuid_unstable" maturin develop
```shell
$ RUSTFLAGS="--cfg uuid_unstable" maturin develop --release
```

0 comments on commit 6da529c

Please sign in to comment.