From 738986415d3ac5ea95abcdd01efcbd0b45d85787 Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Sun, 28 Apr 2024 19:41:08 -0400 Subject: [PATCH] prep for preview release --- tachys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tachys/Cargo.toml b/tachys/Cargo.toml index dcaf233b1..6b0f61ae5 100644 --- a/tachys/Cargo.toml +++ b/tachys/Cargo.toml @@ -14,7 +14,7 @@ throw_error = { workspace = true } any_spawner = { workspace = true } const_str_slice_concat = { workspace = true } either_of = { workspace = true } -next_tuple = { path = "../next_tuple" } +next_tuple = { workspace = true } reactive_graph = { workspace = true, optional = true } slotmap = { version = "1", optional = true } oco_ref = { workspace = true, optional = true }