#!/bin/sh

# 1.70 has faster cargo index.
# updating the index is busted on codeberg in 1.70 and 1.71 though
# (Operation too slow. Less than 10 bytes/sec transferred the last 30 seconds)
# <https://blog.rust-lang.org/inside-rust/2023/01/30/cargo-sparse-protocol/>
# <https://github.com/rust-lang/rust/blob/1.70.0/RELEASES.md#cargo>
msrv=1.81
