From 605d8f913ac123617f67f0d6315c4e6820bcaad6 Mon Sep 17 00:00:00 2001 From: theduke Date: Mon, 10 Jul 2017 07:34:46 +0200 Subject: [PATCH] Bump version to 0.4.1 to reflect re-licensing. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63be860..46e6717 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heapsize" -version = "0.4.0" +version = "0.4.1" authors = [ "The Servo Project Developers" ] description = "Infrastructure for measuring the total runtime size of an object on the heap" license = "MIT/Apache-2.0"