From 7baadae9f99212662faaa1b894cb2f6d9e31f4ba Mon Sep 17 00:00:00 2001 From: Nicolas Silva Date: Tue, 30 May 2017 18:09:16 +0200 Subject: [PATCH] Bump crate version to 0.14. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f4ae53b..4436ca77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "euclid" -version = "0.13.0" +version = "0.14.0" authors = ["The Servo Project Developers"] description = "Geometry primitives" documentation = "https://docs.rs/euclid/"