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).