summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-08-13 00:35:41 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-08-13 00:35:41 -0300
commit5cf5f84335c759338f993175fbbdc8bfba7fb5d3 (patch)
tree7887fe972ce4baa5c58947b2cf27a55c1079fe27 /Cargo.toml
parentbffdb1e7ad54b0b857d69d45b8791c68741a6ea0 (diff)
Fix `impl trait where` without `impl where`
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 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 <endermoneymod@gmail.com>"]
 edition = "2018"
 description = "Allows impl trait inside inherent impl."