P3KI / bendy

A rust library for encoding and decoding bencode with enforced cannonicalization rules.
BSD 3-Clause "New" or "Revised" License
70 stars 13 forks source link

New release #36

Closed casey closed 4 years ago

casey commented 4 years ago

Would it be possible to push a new release of bendy on crates.io?

I'm preparing to release a crate that depends on serde support. Currently I'm depending on bendy via github, but released crates may only have crates.io dependencies.

thequux commented 4 years ago

Absolutely; would Monday work for you, or would you prefer that i get it done tonight?

On Sat, Mar 7, 2020, 07:49 Casey Rodarmor notifications@github.com wrote:

Would it be possible to push a new release of bendy on crates.io?

I'm preparing to release a crate that depends on serde support. Currently I'm depending on bendy via github, but released crates may only have crates.io dependencies.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/P3KI/bendy/issues/36?email_source=notifications&email_token=AAABJEEAKH5XYCAMVELBSATRGHU6VA5CNFSM4LDM7VN2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ITIX6BA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAABJEGC4CU6ANT2NX7VSM3RGHU6VANCNFSM4LDM7VNQ .

casey commented 4 years ago

No rush at all! I'm probably going to finish the release in a week, at the absolute earliest. Thank you for being so responsive though ^_^

thequux commented 4 years ago

0.3.0 has been released! Sorry it took an extra couple of days; I've been really squeezed by other work tasks this week.

casey commented 4 years ago

No worries at all, thank you very much!