From 5cf5f84335c759338f993175fbbdc8bfba7fb5d3 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Fri, 13 Aug 2021 00:35:41 -0300 Subject: Fix `impl trait where` without `impl where` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6f7645d..d606dd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "impl_trait" -version = "0.1.5" +version = "0.1.6" authors = ["SoniEx2 "] edition = "2018" description = "Allows impl trait inside inherent impl." -- cgit 1.4.1