From de80eed931c6b948fc239f01ce3d509003258ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20B=C3=BCttner?= Date: Wed, 29 Nov 2023 17:47:26 +0100 Subject: [PATCH] Increase version to 0.4.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c22323..4b709fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "swapvec" -version = "0.4.1" +version = "0.4.2" dependencies = [ "bincode", "lz4_flex", diff --git a/Cargo.toml b/Cargo.toml index 9e67aac..4f957cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swapvec" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["Julian Büttner "] license = "MIT"