From 8ec286293c1d54eaa85823b52ef7062fd29744c8 Mon Sep 17 00:00:00 2001 From: Gilad Naaman Date: Wed, 1 Jul 2020 21:55:07 +0300 Subject: [PATCH] v0.5.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 646111d..491c10b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memoffset" -version = "0.5.4" +version = "0.5.5" authors = ["Gilad Naaman "] description = "offset_of functionality for Rust structs." license = "MIT"