From 0a3c097339d3448f8dcab9aa3c0a9b1345e5cebd Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Tue, 23 Mar 2021 12:08:50 -0300 Subject: Fix bug preventing 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 7a1091f..dfc22ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "impl_trait" -version = "0.1.0" +version = "0.1.1" authors = ["SoniEx2 "] edition = "2018" description = "Allows impl trait inside inherent impl." -- cgit 1.4.1