Skip to content

Commit

Permalink
Bump minor version to 3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholassm committed Aug 10, 2024
1 parent aae66b1 commit 410059f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 410059f

Please sign in to comment.