diff --git a/README.md b/README.md index 1d51b8e..6338373 100644 --- a/README.md +++ b/README.md @@ -397,7 +397,7 @@ that injects its own verifier is not in that argument at all: it takes ```toml [dependencies] -structured-proxy = { version = "3", default-features = false } +structured-proxy = { version = "4", default-features = false } # What the verifier above is written with: the trait is `#[async_trait]`, and # claims cross it as `serde_json::Value`. Neither is re-exported. async-trait = "0.1" diff --git a/release-plz.toml b/release-plz.toml index de870b0..2162bf7 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -1,10 +1,5 @@ [[package]] name = "structured-proxy" -# cargo-semver-checks builds the baseline from the registry, and every version -# published so far rejects the feature set it uses (both JWT backends at once). -# The published artefacts cannot be changed, so the check stays off until a -# release carrying that fix becomes the baseline; see issue #84. -semver_check = false # Preserve the existing tag scheme (v1.0.0, v1.0.1, ...) instead of the # release-plz default of "{package}-v{version}", so tag history stays continuous. git_tag_name = "v{{ version }}"