Skip to content

Commit

Permalink
Merge pull request #15 from arindas/chore/release-prep
Browse files Browse the repository at this point in the history
chore: updates version for release
  • Loading branch information
arindas authored May 7, 2023
2 parents 3c04e91 + 4c4128e commit ed4beea
Show file tree
Hide file tree
Showing 4 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
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.4"
version = "0.0.5-rc1"
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 @@ -27,7 +27,7 @@ A scalable, distributed message queue powered by a segmented, partitioned, repli
In order to use `laminarmq` as a library, add the following to your `Cargo.toml`:
```toml
[dependencies]
laminarmq = "0.0.4"
laminarmq = "0.0.5-rc1"
```

The current implementation based on [`glommio`](https://docs.rs/glommio) runs only on linux. `glommio` requires
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
//! In order to use `laminarmq` as a library, add the following to your `Cargo.toml`:
//! ```toml
//! [dependencies]
//! laminarmq = "0.0.4"
//! laminarmq = "0.0.5-rc1"
//! ```
//!
//! The current implementation based on [`glommio`](https://docs.rs/glommio) runs only on linux. `glommio` requires
Expand Down

0 comments on commit ed4beea

Please sign in to comment.