Skip to content

Commit

Permalink
release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sokomishalov committed Jul 6, 2021
1 parent 2d4914f commit fa22a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lombok"
version = "0.3.0"
version = "0.3.1"
description = "Lombok port for Rust"
authors = ["sokomishalov <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Update `Cargo.toml`

```toml
[dependencies]
lombok = "0.2"
lombok = "0.3"
```

Source code usage examples you can see [in tests](./tests/tests.rs).
Expand Down

0 comments on commit fa22a2a

Please sign in to comment.