summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-04-22 11:10:09 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-04-22 11:10:09 -0300
commita0f77cbba537514f84f64c5be660f2bdcd69782f (patch)
tree133abaff9d49703c27d6d3717361f2dfb3947905 /Cargo.toml
parent36ca2f59cb1dbd6e63fafaddb76b25c260b44a98 (diff)
Fix things not being cleaned up correctly
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 4cc9dea..af7d8ba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "impl_trait"
-version = "0.1.2"
+version = "0.1.3"
 authors = ["SoniEx2 <endermoneymod@gmail.com>"]
 edition = "2018"
 description = "Allows impl trait inside inherent impl."