Skip to content

Commit

Permalink
ci: remove docs version bump in cargo-release
Browse files Browse the repository at this point in the history
Follow-up to #4751.
  • Loading branch information
conorsch committed Jul 26, 2024
1 parent 899f3e6 commit 35c30a1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/bin/pd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ rust-version = "1.75"
[package.metadata.dist]
dist = true

[package.metadata.release]
# Update the guide docs to use the most recent version, to reduce tedium.
# Preview the changes with `cargo release replace`.
pre-release-replacements = [
{ file = "../../../docs/guide/src/penumbra_version.md", search = "^v.*", replace = "{{tag_name}}", exactly = 1 },
]

[features]
default = ["download-proving-keys"]
std = ["ibc-types/std"]
Expand Down

0 comments on commit 35c30a1

Please sign in to comment.