From 30d3472203437384cd80848b7e9909f53e0e81ac Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Mon, 22 Feb 2016 16:19:38 +0100 Subject: [PATCH] Bump to 0.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f532e80..254335b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heapsize" -version = "0.3.2" +version = "0.3.3" authors = [ "The Servo Project Developers" ] description = "Infrastructure for measuring the total runtime size of an object on the heap" license = "MPL-2.0"