Add/update msrv for common/*, crypto/*, coins/*, and substrate/*

This includes all published crates.
This commit is contained in:
Luke Parker
2023-11-21 01:19:40 -05:00
parent 4b85d4b03b
commit 6efc313d76
22 changed files with 22 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ license = "MIT"
repository = "https://github.com/serai-dex/serai/tree/develop/coins/bitcoin"
authors = ["Luke Parker <lukeparker5132@gmail.com>", "Vrx <vrx00@proton.me>"]
edition = "2021"
rust-version = "1.74"
[dependencies]
std-shims = { version = "0.1.1", path = "../../common/std-shims", default-features = false }