From c53e8f4711ea68d4d3c3c53e275c1185c4891857 Mon Sep 17 00:00:00 2001 From: Alex Butler Date: Fri, 16 Nov 2018 10:14:06 +0000 Subject: [PATCH] Release 0.7.3 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a36925..dce9d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## master +## 0.7.3 +* gpu_cache: Update crossbeam-utils -> `0.6` + ## 0.7.2 * Update ordered-float -> `1` diff --git a/Cargo.toml b/Cargo.toml index 5634dc4..7513f5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusttype" -version = "0.7.2" +version = "0.7.3" authors = [ "Dylan Ede ", "Jeremy Soller ",