# cargo-release configuration
# See: https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md
# Use shared version from workspace.package for all crates
= true
# Release all workspace members
= true
# Also update the parcopy dependency version in workspace.dependencies
[[]]
= "Cargo.toml"
= 'parcopy = \{ version = "[^"]*"'
= 'parcopy = { version = "{{version}}"'
= 0