generic-array
generic-array copied to clipboard
Publish version 0.9.1 with semver trick to avoid co-ordinated upgrade
Sounds like a good idea! What do you think the crate should export? Just the GenericArray struct, or all the things that generic-array exports?
It would need to export whatever version 0.9.0 exports, following semver.
I believe my 0.9 branch should do.
Oh, cool! I'll just check that out and probably publish it, thanks!
Hmm, the doc test in lib.rs seems to have a problem deciding which generic_array to import. I'm not sure if that's a problem with the test, or with the trick - looks like the latter one so far, but I need to figure out how to make it work before publishing (ignoring the test doesn't seem to work). I have to leave it for now, unfortunately - I'll come back to this tomorrow.
Is this still necessary?
I never figured out how to make the test work, after all... Sorry for leaving this hanging.