summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-03-23 12:21:12 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-03-23 12:21:12 -0300
commit36ca2f59cb1dbd6e63fafaddb76b25c260b44a98 (patch)
tree9c6e4ff47e122681bbf5474f741c8c4d53c6489c /Cargo.toml
parent0a3c097339d3448f8dcab9aa3c0a9b1345e5cebd (diff)
Fix generics with multiple impl trait in a row
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <endermoneymod@gmail.com>"]
 edition = "2018"
 description = "Allows impl trait inside inherent impl."