Skip to content

Commit

Permalink
Updated crate version and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
arindas committed Sep 23, 2022
1 parent 47c95f2 commit 7347765
Show file tree
Hide file tree
Showing 3 changed files with 4 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/"]
version = "0.0.1"
version = "0.0.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ 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.1"
laminarmq = "0.0.2"
```
Refer to [API Documentation](https://arindas.github.io/laminarmq/laminarmq/) for more details.

## Planned Architecture
This section presents a brief overview on the different aspects of our message queue. This is only an outline of
Expand Down

0 comments on commit 7347765

Please sign in to comment.