diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-08-18 19:50:04 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-08-18 19:50:04 -0300 |
commit | 9108dca91492727e8aca3483d8a19ff4c4402ee2 (patch) | |
tree | db191b06373b135d5b05b1ad490e062a752b621d /Cargo.toml | |
parent | 706020be6be529f13269a205e33e61ef3d4710a4 (diff) |
Attempt support for dyn Trait in Holder
This is a potentially-breaking change, so 0.2.0.
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 8ef820c..1b347be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "selfref" -version = "0.1.4" +version = "0.2.0" authors = ["SoniEx2 <endermoneymod@gmail.com>"] edition = "2021" description = "Pain-free self-referential pinned types" |