summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-03-23 12:08:50 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-03-23 12:08:50 -0300
commit0a3c097339d3448f8dcab9aa3c0a9b1345e5cebd (patch)
tree6831816f1ba78c8ba3c313ede338afc177c1834d /Cargo.toml
parent56a744b412a1ecb3f3875998d959d518287bcc95 (diff)
Fix bug preventing 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 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 <endermoneymod@gmail.com>"]
 edition = "2018"
 description = "Allows impl trait inside inherent impl."