paradigmxyz / cryo

cryo is the easiest way to extract blockchain data to parquet, csv, json, or python dataframes
Apache License 2.0
1.12k stars 97 forks source link

chore: fix nightly, update CI jobs #187

Closed DaniPopes closed 4 months ago

DaniPopes commented 4 months ago

Currently building cryo on nightly fails because of old locked dependencies. Running cargo update fixes this. Additionally I updated CI to use the latest action and Rust versions, and to add caching.