From e6b2cd879238900ba478d106cc1ef0ec2feee4d1 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 15 Sep 2019 21:21:16 -0700 Subject: [PATCH] Release 0.1.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa45c11..9965c1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-trait" -version = "0.1.11" +version = "0.1.12" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0"