Fix spelling error in release.sh

This commit is contained in:
Gwilym Kuiper 2022-11-17 21:25:34 +00:00
parent 9a68ff24a5
commit 1aef441f1f

View file

@ -129,7 +129,7 @@ fn update_to_version(
toml_edit::Item::None => continue,
_ => {
return Err(Error::InvalidToml(format!(
"{:?} while seaching dependencies in {}",
"{:?} while searching dependencies in {}",
this_dep,
cargo_toml_file.to_string_lossy()
)))