From 36ca2f59cb1dbd6e63fafaddb76b25c260b44a98 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Tue, 23 Mar 2021 12:21:12 -0300 Subject: Fix generics with multiple impl trait in a row --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dfc22ee..4cc9dea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "impl_trait" -version = "0.1.1" +version = "0.1.2" authors = ["SoniEx2 "] edition = "2018" description = "Allows impl trait inside inherent impl." -- cgit 1.4.1