aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/basic/memory.x
diff options
context:
space:
mode:
authorRalph Ursprung <[email protected]>2025-06-08 10:42:45 +0200
committerRalph Ursprung <[email protected]>2025-07-08 23:04:20 +0200
commit0448d1fc50e80832ecd6382ad3add9575d505d37 (patch)
tree9c47208607693e160d8f27a9fd9ad5fc65a5f4da /docs/examples/basic/memory.x
parent51e46636254f3e56f467b3d44ed10c7a20e1814a (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/memory.x')
0 files changed, 0 insertions, 0 deletions