Skip to content

Commit

Permalink
chore: update crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
arindas committed Oct 4, 2023
1 parent 0f99f07 commit cdfbb2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
categories = ["web-programming"]
keywords = ["message-queue", "distributed-systems", "segmented-log", "io-uring"]
exclude = [".github/", "assets/"]
version = "0.0.5-rc1"
version = "0.0.5-rc2"
edition = "2021"
rust-version = "1.62"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ to use `laminarmq` as a library, add the following to your `Cargo.toml`:

```toml
[dependencies]
laminarmq = "0.0.5-rc1"
laminarmq = "0.0.5-rc2"
```

Refer to latest git [API Documentation](https://arindas.github.io/laminarmq/docs/laminarmq/) or
Expand Down

0 comments on commit cdfbb2a

Please sign in to comment.