Files
cdk/justfile
thesimplekid 1f77966384 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
2023-09-17 08:06:12 +01:00

19 lines
643 B
Makefile

precommit:
rustup default stable
cargo fmt
cargo check -p cashu
cargo check -p cashu-sdk --no-default-features --features mint
cargo check -p cashu-sdk --no-default-features --features wallet
cargo check -p cashu-sdk --no-default-features --features blocking
typos
cargo test -p cashu
cargo test -p cashu-sdk
cargo clippy
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
cargo check -p cashu-sdk --no-default-features --features blocking
cargo test -p cashu
cargo test -p cashu-sdk
rustup default stable