From 1c24ad14413d4acbf5609781fa5142f807cb62fb Mon Sep 17 00:00:00 2001 From: Gilad Naaman Date: Fri, 23 Oct 2020 16:16:24 +0300 Subject: [PATCH] v0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6c1062..14a6623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memoffset" -version = "0.5.6" +version = "0.6.0" authors = ["Gilad Naaman "] description = "offset_of functionality for Rust structs." license = "MIT"