rrrodzilla / rusty_paseto

A type-driven, ergonomic RUST implementation of the PASETO protocol for secure stateless tokens.
https://crates.io/crates/rusty_paseto
MIT License
68 stars 8 forks source link

Bump ring for RISCV support #30

Closed phanen closed 5 months ago

phanen commented 6 months ago

Currently the direct dependency ring@0.16.20 cannot be built on platforms like RISC-V.

So would it be possible to bump ring to 0.17+ (https://github.com/briansmith/ring/pull/1627)? I try to force a update locally, and it seems the compiler happy with new ring (: