summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-08-13 00:20:47 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-08-13 00:20:47 -0300
commitbffdb1e7ad54b0b857d69d45b8791c68741a6ea0 (patch)
tree2384f6392657d1b6474375fb464ffafe0cecf2ad /Cargo.toml
parentcf68dd857cd772b47dc46731c6bbb02112f07889 (diff)
Tweak docs/README slightly
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 2657493..6f7645d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "impl_trait"
-version = "0.1.4"
+version = "0.1.5"
 authors = ["SoniEx2 <endermoneymod@gmail.com>"]
 edition = "2018"
 description = "Allows impl trait inside inherent impl."