codecrafters-io / build-your-own-redis

Definition for the redis challenge.
https://app.codecrafters.io/courses/redis/overview
MIT License
131 stars 39 forks source link

Upgrade rust dependencies #229

Closed mbrubeck closed 3 months ago

mbrubeck commented 3 months ago

This allows usage of up-to-date Rust syntax within tokio proc macro input:

https://users.rust-lang.org/t/this-test-codes-let-else-doesnt-compile-and-i-cant-figure-out-why/113981

rohitpaulk commented 3 months ago

Thanks @mbrubeck!