Nullus157/bs58-rs

When do you plan to release version 0.3 to crates.io ?

koushiro opened this issue ยท 3 comments

I want to use bs58 in my own project, which needs to run in the no_std environment.
It will be appreciated if you can tell me a specific release time :)

Sorry, got distracted by another project ๐Ÿ™, I wanted to see if I could come up with an alternate design to support encoding on core-only as I don't really like the trait based one. But, it's good enough for now and should be a trivial migration if another design appears, so I'll do a release tonight (in ~10 hours).

Just published 0.3 ๐ŸŽ‰

Thanks a lot! It works for me :)