This tool is to be ran at specific points in the release process to replace the version place holder made by stabilizations with the version number.
10 lines
238 B
TOML
10 lines
238 B
TOML
[package]
|
|
name = "replace-version-placeholder"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tidy = { path = "../tidy" }
|
|
walkdir = "2"
|