diff --git a/.vscode/cspell.dictionaries/jargon.wordlist.txt b/.vscode/cspell.dictionaries/jargon.wordlist.txt index 13f340f6a..dca883dc8 100644 --- a/.vscode/cspell.dictionaries/jargon.wordlist.txt +++ b/.vscode/cspell.dictionaries/jargon.wordlist.txt @@ -1,4 +1,5 @@ AFAICT +alloc arity autogenerate autogenerated diff --git a/util/update-version.sh b/util/update-version.sh index 0d6653f13..bb556fe41 100755 --- a/util/update-version.sh +++ b/util/update-version.sh @@ -27,7 +27,7 @@ sed -i -e "s|version = \"$FROM\"|version = \"$TO\"|" src/uucore_procs/Cargo.toml sed -i -e "s|libstdbuf = { version=\"$FROM\"|libstdbuf = { version=\"$TO\"|" src/uu/stdbuf/Cargo.toml sed -i -e "s|= { optional=true, version=\"$FROM\", package=\"uu_|= { optional=true, version=\"$TO\", package=\"uu_|g" Cargo.toml -# Update the base32 depencency for basenc and base64 +# Update the base32 dependency for basenc and base64 sed -i -e "s|uu_base32 = { version=\">=$FROM\"|uu_base32 { version=\">=$TO\"|" src/uu/base64/Cargo.toml src/uu/basenc/Cargo.toml # Update the ls dependency for dir and vdir