diff --git a/src-rust/Cargo.lock b/src-rust/Cargo.lock index bb950ef..252326c 100644 --- a/src-rust/Cargo.lock +++ b/src-rust/Cargo.lock @@ -906,7 +906,7 @@ checksum = "4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698" [[package]] name = "reloaded-memory-buffers" -version = "3.1.1" +version = "3.1.2" dependencies = [ "criterion", "dirs", diff --git a/src-rust/Cargo.toml b/src-rust/Cargo.toml index 07485b0..6255de3 100644 --- a/src-rust/Cargo.toml +++ b/src-rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reloaded-memory-buffers" -version = "3.1.1" +version = "3.1.2" edition = "2021" authors = [ "sewer56" ] description = "Shared, Concurrent, Permanent Memory Allocator tied to Process Lifetime"