Skip to content

Commit f26ff92

Browse files
committed
version update
1 parent 1034fab commit f26ff92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ categories = ["web-programming", "development-tools"]
1212
readme = "README.md"
1313

1414
[workspace.dependencies]
15-
ts-bind-macros = { version = "0.1", path = "crates/macros" }
16-
ts-bind = { version = "0.1", path = "crates/ts-bind" }
15+
ts-bind-macros = { version = "*", path = "crates/macros" }
16+
ts-bind = { version = "*", path = "crates/ts-bind" }
1717

0 commit comments

Comments
 (0)