diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-03-23 12:08:50 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-03-23 12:08:50 -0300 |
commit | 0a3c097339d3448f8dcab9aa3c0a9b1345e5cebd (patch) | |
tree | 6831816f1ba78c8ba3c313ede338afc177c1834d /Cargo.toml | |
parent | 56a744b412a1ecb3f3875998d959d518287bcc95 (diff) |
Fix bug preventing multiple impl trait in a row
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
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." |