We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4da7b9 commit f5a18edCopy full SHA for f5a18ed
Cargo.toml
@@ -12,6 +12,6 @@ categories = ["web-programming", "development-tools"]
12
readme = "README.md"
13
14
[workspace.dependencies]
15
-ts-bind-macros = { version = "0.1.0", path = "crates/macros" }
16
-ts-bind = { version = "0.1.0", path = "crates/ts-bind" }
+ts-bind-macros = { version = "0.1", path = "crates/macros" }
+ts-bind = { version = "0.1", path = "crates/ts-bind" }
17
0 commit comments