marshallpierce / base64-serde

Integration between rust-base64 and serde

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crate has not been upgraded to base64 0.20.x

mseele opened this issue · comments

For this reason, the test (what I used as example) is still referring to use base64::STANDARD which is gone in base64 0.20.x

Oops. I'll take care of it.

0.7.0-beta.1 released, using base64-0.21.0-beta.1. (Beta because there might be some API changes; it works fine.)