diff options
| author | Ralph Ursprung <[email protected]> | 2025-06-08 10:42:45 +0200 |
|---|---|---|
| committer | Ralph Ursprung <[email protected]> | 2025-07-08 23:04:20 +0200 |
| commit | 0448d1fc50e80832ecd6382ad3add9575d505d37 (patch) | |
| tree | 9c47208607693e160d8f27a9fd9ad5fc65a5f4da /docs/examples/basic/src | |
| parent | 51e46636254f3e56f467b3d44ed10c7a20e1814a (diff) | |
fix `release/bump-dependency.sh`: don't generate backup files
the `-rie` arguments of `sed` were probably meant as `-r -i -e`,
however, due to the way it was written it ended up being `-r -i e`, thus
causing `-i` (edit in-place) to generate backup files. so for every
edited `Cargo.toml` it also created a `Cargo.tomle` with the previous
content.
`-e` is anyway not needed as the last argument of `sed` here is the
expression to be executed.
Diffstat (limited to 'docs/examples/basic/src')
0 files changed, 0 insertions, 0 deletions
