We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811d777 commit 2bd21fdCopy full SHA for 2bd21fd
1 file changed
promptml/Cargo.toml
@@ -16,7 +16,7 @@ exclude = ["tests/compile_fail/*", ".github/*"]
16
thiserror = "1"
17
serde = { version = "1", features = ["derive"] }
18
toml = "0.8"
19
-promptml-macros = { path = "../promptml-macros" }
+promptml-macros = { path = "../promptml-macros", version = "0.1.0" }
20
21
[dev-dependencies]
22
pretty_assertions = "1"
0 commit comments