From 73477656fe6ad7d52b4c3353f043468e2c851ee0 Mon Sep 17 00:00:00 2001 From: Arindam Das Date: Fri, 23 Sep 2022 19:31:51 +0530 Subject: [PATCH] Updated crate version and README. --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a38e7822b..5e6dbcc64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -359,7 +359,7 @@ dependencies = [ [[package]] name = "laminarmq" -version = "0.0.1" +version = "0.0.2" dependencies = [ "async-trait", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 8030d64c3..b655eb001 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/README.md b/README.md index 3073683a8..2698d4abc 100644 --- a/README.md +++ b/README.md @@ -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