mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
fix: throw_error
version
This commit is contained in:
parent
d9b590b8e0
commit
8b9685e01d
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue