bump MSRV to 1.70.0

It would be better to have a lower MSRV.
However I would like to whole workspace to have the same version,
and uniffi requires at least 1.70.0
This commit is contained in:
thesimplekid
2023-09-17 08:06:12 +01:00
parent 0013e040d6
commit 1f77966384
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ edition = "2021"
authors = ["thesimplekid"]
homepage.workspace = true
repository.workspace = true
rust-version = "1.67.0" # MSRV
rust-version.workspace = true # MSRV
license.workspace = true

View File

@@ -7,7 +7,7 @@ readme = "README.md"
homepage.workspace = true
repository.workspace = true
license.workspace = true
rust-version = "1.67.0" # MSRV
rust-version.workspace = true # MSRV
description = "Cashu rust wallet and mint library"

View File

@@ -9,7 +9,7 @@ precommit:
cargo test -p cashu
cargo test -p cashu-sdk
cargo clippy
rustup default 1.67.0
rustup default 1.70.0
cargo check -p cashu
cargo check -p cashu-sdk --no-default-features --features mint
cargo check -p cashu-sdk --no-default-features --features wallet