Skip to content

Commit 2bd21fd

Browse files
committed
specify the version number of promptml-macros
1 parent 811d777 commit 2bd21fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

promptml/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude = ["tests/compile_fail/*", ".github/*"]
1616
thiserror = "1"
1717
serde = { version = "1", features = ["derive"] }
1818
toml = "0.8"
19-
promptml-macros = { path = "../promptml-macros" }
19+
promptml-macros = { path = "../promptml-macros", version = "0.1.0" }
2020

2121
[dev-dependencies]
2222
pretty_assertions = "1"

0 commit comments

Comments
 (0)