| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix `release/bump-dependency.sh`: don't generate backup files | Ralph Ursprung | 2025-07-08 | 1 | -1/+1 |
| | | | | | | | | | | | | 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. | ||||
| * | add convenience script to bump dependency version | Ulf Lilleengen | 2024-06-04 | 1 | -0/+11 |
