Test MSRV builds (without dev-dependencies) in CI
authorMatt Corallo <git@bluematt.me>
Mon, 17 Jul 2023 21:53:07 +0000 (21:53 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 17 Jul 2023 23:20:45 +0000 (23:20 +0000)
commit4ab32f9c2bb6beda404864715d1fe21efcbc39cd
tree1ecd69d43692d6f8065b64bca9b3fe788383da9b
parentfd2464374b2e826a77582c511eb65bece4403be4
Test MSRV builds (without dev-dependencies) in CI
Cargo.toml
ci/ci-tests.sh
msrv-no-dev-deps-check/Cargo.toml [new file with mode: 0644]
msrv-no-dev-deps-check/src/lib.rs [new file with mode: 0644]