hyperledger / indy-vdr

A library and proxy server for interacting with Hyperledger Indy Node ledger instances
Apache License 2.0
55 stars 71 forks source link

Time crate compile error with rust 1.80 #324

Open SylvainMartel opened 2 months ago

SylvainMartel commented 2 months ago

indy-vdr uses the crate time 0.3.20 but there is a problem compiling that crate with rust 1.80+

Using Time 0.3.36 would fix this.

see https://github.com/time-rs/time/issues/693