From 410059ff81e31bea465b3872b74709069bacc21b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicholas=20Schultz-M=C3=B8ller?= Date: Sat, 10 Aug 2024 22:05:15 +0200 Subject: [PATCH] Bump minor version to 3.2.0. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fe9e74d..9977510 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "disruptor" -version = "3.1.0" +version = "3.2.0" edition = "2021" description = "Low latency inter-thread communication via a ringbuffer (inspired by the LMAX Disruptor)." license = "MIT" diff --git a/README.md b/README.md index 5782c0e..aa3a427 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ It's heavily inspired by the brilliant Add the following to your `Cargo.toml` file: - disruptor = "3.1.0" + disruptor = "3.2.0" To read details of how to use the library, check out the documentation on [docs.rs/disruptor](https://docs.rs/disruptor).