From 2423502a967cc2983e9df8e52a85035f28a765fe Mon Sep 17 00:00:00 2001 From: Gilad Naaman Date: Fri, 26 Mar 2021 03:36:12 +0300 Subject: [PATCH] v0.6.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74e6868..b23f4f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memoffset" -version = "0.6.1" +version = "0.6.2" authors = ["Gilad Naaman "] description = "offset_of functionality for Rust structs." license = "MIT"