Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Hoffmann <[email protected]>
  • Loading branch information
antiguru committed May 28, 2024
1 parent 97d735b commit 8ba55d8
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 = "flatcontainer"
version = "0.3.2"
version = "0.4.0"
edition = "2021"
authors = ["Moritz Hoffmann <[email protected]>"]
description = "A flat container representation for Rust"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A flat container for Rust.

```toml
[dependencies]
flatcontainer = "0.3"
flatcontainer = "0.4"
```

## Example
Expand Down

0 comments on commit 8ba55d8

Please sign in to comment.