diff --git a/src-rust/Cargo.lock b/src-rust/Cargo.lock index 8158d01..bcac75a 100644 --- a/src-rust/Cargo.lock +++ b/src-rust/Cargo.lock @@ -992,7 +992,7 @@ checksum = "4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698" [[package]] name = "reloaded-memory-buffers" -version = "4.0.0" +version = "4.0.1" dependencies = [ "clf", "criterion", diff --git a/src-rust/Cargo.toml b/src-rust/Cargo.toml index 001e55e..15cbf16 100644 --- a/src-rust/Cargo.toml +++ b/src-rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reloaded-memory-buffers" -version = "4.0.0" +version = "4.0.1" edition = "2021" authors = [ "sewer56" ] description = "Shared, Concurrent, Permanent Memory Allocator tied to Process Lifetime"