diff --git a/git-checks/CHANGELOG.md b/git-checks/CHANGELOG.md index ad00aa8d99c460adea382caccbfc5e8a9f9a332b..3124df1eac47546f1792a5d45407adb5d184ae99 100644 --- a/git-checks/CHANGELOG.md +++ b/git-checks/CHANGELOG.md @@ -1,3 +1,10 @@ +# v4.3.0 (unreleased) + +## Changes + + * Update to require `git-checks-config` 0.3.1 for the `config` feature to + provide a newer `erased-serde` requirement. + # v4.2.3 ## Updated checks diff --git a/git-checks/Cargo.toml b/git-checks/Cargo.toml index a7e3c4569db2226a22b0c7be8aea051c08401fa4..81be14018db62983c9963e72a3ec2e01fb83a5b3 100644 --- a/git-checks/Cargo.toml +++ b/git-checks/Cargo.toml @@ -33,7 +33,7 @@ git-checks-core = { version = "^1.2", path = "../git-checks-core" } git-workarea = "^4.0" regex = { version = "^1.5.5", default-features = false, features = ["std", "unicode-perl"] } -git-checks-config = { version = "~0.2.1", path = "../git-checks-config", optional = true } +git-checks-config = { version = "~0.3", path = "../git-checks-config", optional = true } serde = { version = "^1.0", features = ["derive"], optional = true } # Minimum version fixes.