yashs662 / rust_kanban

A kanban board for the terminal built with ❤️ in Rust
https://crates.io/crates/rust-kanban
MIT License
186 stars 18 forks source link

Ratatui v.next has a serialization breaking change #8

Closed joshka closed 1 year ago

joshka commented 1 year ago

I noticed that you're using serde for deserializing ratatui types - Just a quick heads up of the upcoming change in the next version: https://github.com/tui-rs-revival/ratatui/pull/205. I haven't dug into the source to check, so I'm not sure if this will affect your usage. (There's only two crates using the serde feature right now - yours and xplr)

yashs662 commented 1 year ago

Thank you for the heads up!! 😊will look into this

joshka commented 1 year ago

P.s. (it's still not released due to holidays etc. :/)

yashs662 commented 1 year ago

It's fine I don't think it will impact my project that much