summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-08-13 00:11:15 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-08-13 00:11:15 -0300
commitcf68dd857cd772b47dc46731c6bbb02112f07889 (patch)
tree86c6a971fe4d013701ea121b3bb3304d8154f0ae /Cargo.toml
parenta0f77cbba537514f84f64c5be660f2bdcd69782f (diff)
Make generics work in more places
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 af7d8ba..2657493 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "impl_trait"
-version = "0.1.3"
+version = "0.1.4"
 authors = ["SoniEx2 <endermoneymod@gmail.com>"]
 edition = "2018"
 description = "Allows impl trait inside inherent impl."