mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
fix: resolve remaining CI check failures
- cargo deny: add MPL-2.0 and BSD-3-Clause to allow list (colored via simple_logger/mockito; encoding_rs via reqwest) - conventional commits: use explicit SHA of last pre-conventional commit instead of from_latest_tag (no tags exist yet in the repo) - MSRV: raise rust-version 1.80 -> 1.88 to match the actual minimum required by the dependency tree (simple_logger -> time 0.3 -> 1.88) - MSRV CI: update toolchain pin to 1.88 to match - macOS test: remove Swatinem/rust-cache from test matrix job to avoid stale cache corrupting the cargo binary path on arm64 runners
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ authors = ["Anthony Oteri"]
|
||||
description = "A command line tool for interacting with the Docker Registry API"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/anthonyoteri/dredge"
|
||||
rust-version = "1.80"
|
||||
rust-version = "1.88"
|
||||
license = "MIT OR Apache-2.0"
|
||||
keywords = [
|
||||
"docker",
|
||||
|
||||
Reference in New Issue
Block a user