diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-06-19 13:12:21 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-06-19 13:12:21 -0300 |
commit | 2e832974be3009d09a32fd8e03fa7acab7b7f435 (patch) | |
tree | 9a885df23d4e08d1dee48f5d08ea0ac80ff9c67b /Cargo.toml | |
parent | 9cc8c6d516281cd23db770169ed764899268f12a (diff) |
Deprecate trait SelfRef
It isn't needed
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 694ef85..750adfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "selfref" -version = "0.1.2" +version = "0.1.3" authors = ["SoniEx2 <endermoneymod@gmail.com>"] edition = "2021" description = "Pain-free self-referential pinned types" |