sile / patricia_tree

A memory-efficient patricia tree implementation written in Rust
MIT License
111 stars 17 forks source link

Drop the `postcard` dependency #33

Closed little-dude closed 1 year ago

little-dude commented 1 year ago

Hello,

Thank you for this crate :)

I'd like to use this crate on Debian 12 where postcard is not available (I cannot use crates.io directly). Turns out this dependency is not really needed for the tests since we can use serde_json directly. But maybe I'm missing something and you wanted to test postcard for a specific reason?

little-dude commented 1 year ago

Thank you!

little-dude commented 1 year ago

Ah sorry, would you mind releasing 0.6.2 with this change @sile ?

sile commented 1 year ago

Released :+1: