Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 0 additions & 5 deletions release-plz.toml
Original file line number Diff line number Diff line change
@@ -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 }}"
Loading