From 920ce12110f0b27097d4b8432da281b23e7cc3e7 Mon Sep 17 00:00:00 2001 From: Michael Woerister Date: Mon, 20 Sep 2021 13:53:28 +0200 Subject: [PATCH] Bump version to 0.3.0. --- Cargo.toml | 2 +- src/memory_layout.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5c231ed..0dfdcbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "odht" -version = "0.2.1" +version = "0.3.0" edition = "2018" license = "MIT OR Apache-2.0" exclude = ["/.github/*"] diff --git a/src/memory_layout.rs b/src/memory_layout.rs index 18b9e96..5eeed07 100644 --- a/src/memory_layout.rs +++ b/src/memory_layout.rs @@ -12,7 +12,7 @@ use crate::{ }; use crate::{swisstable_group_query::REFERENCE_GROUP_SIZE, Config}; -const CURRENT_FILE_FORMAT_VERSION: [u8; 4] = [0, 0, 0, 1]; +const CURRENT_FILE_FORMAT_VERSION: [u8; 4] = [0, 0, 0, 2]; #[repr(C)] #[derive(Clone)]