From ea332cd53ee384efd708defd8aead6c1f49d06a8 Mon Sep 17 00:00:00 2001 From: Gilad Naaman Date: Thu, 31 Oct 2019 07:05:31 +0200 Subject: [PATCH] v0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a99fa28..d013859 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memoffset" -version = "0.5.1" +version = "0.5.2" authors = ["Gilad Naaman "] description = "offset_of functionality for Rust structs." license = "MIT"