fix: `throw_error` version

This commit is contained in:
Greg Johnston 2024-07-25 12:22:13 -04:00
parent d9b590b8e0
commit 8b9685e01d
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ version = "0.7.0-beta"
rust-version = "1.75"
[workspace.dependencies]
throw_error = { path = "./any_error/", version = "0.1" }
throw_error = { path = "./any_error/", version = "0.2.0-beta" }
any_spawner = { path = "./any_spawner/", version = "0.1" }
const_str_slice_concat = { path = "./const_str_slice_concat", version = "0.1" }
either_of = { path = "./either_of/", version = "0.1" }