Add "nightly" feature to gc library, add unsize+coerce_unsized features

We're nightly, babey!!!

This is so we can coerce Gc<T> pointers to Gc<dyn Obj>

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-01-25 16:40:59 -08:00
parent d2f041798c
commit fa0203b441
2 changed files with 2 additions and 1 deletions

View File

@@ -9,4 +9,4 @@ edition = "2021"
thiserror = "1.0"
structopt = "0.3"
regex = "1.5"
gc = { version = "0.4", features = ["derive"] }
gc = { version = "0.4", features = ["derive", "nightly"] }