cargo update

This commit is contained in:
Felix Schütt
2022-10-25 12:38:21 +02:00
parent e831932020
commit 9b13fae93e
2 changed files with 218 additions and 80 deletions

View File

@@ -4,8 +4,8 @@
: "${FD:=fd}"
# A script to update the version of all the crates at the same time
PREVIOUS_VERSION='3.0.0-beta'
NEXT_VERSION='3.0.0-beta.2'
PREVIOUS_VERSION='3.0.0-beta.2'
NEXT_VERSION='3.0.0-rc.1'
# quick hack
${FD} Cargo.toml --exec sed -i '{}' -e "s/version = \"$PREVIOUS_VERSION\"/version = \"$NEXT_VERSION\"/"