You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I have already read through this discussion: #45 - but for some reason, I can still not put unsized types into GC even though the feature should now be available. (according to the discussion)
Maybe the new version having the unsized types feature is not available on crates.io?
Best regards,
Dominik
The text was updated successfully, but these errors were encountered:
After quickly testing if cloning the repository and adding it as a local dependency to my project, it turns out that the version available on crates.io is not up to date.
Publishing a new version with all the newly added features on crates.io would be awesome, as cloning the repository is not the cleanest solution.
I will try and publish a new version on crates.io soon. However I'd like to get a couple of things done first (create a derive for Finalize, improve the README, and create a writeup of what has changed in the new version).
For now, I recommend taking a git dependency on the repository, instead of cloning it locally. You can use this line in your Cargo.toml:
I'm going to close out this issue. If you notice that there is still not a new published version in a couple weeks, feel free to open a new issue. Also, if you run into any bugs using the version on github, please let me know.
Hi!
I have already read through this discussion: #45 - but for some reason, I can still not put unsized types into GC even though the feature should now be available. (according to the discussion)
Maybe the new version having the unsized types feature is not available on crates.io?
Best regards,
Dominik
The text was updated successfully, but these errors were encountered: