specify version for libstax

This commit is contained in:
Hamcha 2024-04-13 02:32:38 +02:00
parent 68e663bf6b
commit bcb26a8694
Signed by: hamcha
GPG Key ID: 1669C533B8CF6D89
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ members = ["libstax"]
[dependencies]
tokio = { version = "1", features = ["full"] }
argh = "0.1.12"
libstax = { path = "libstax", registry = "staxman", version = "*" }
libstax = { path = "libstax", registry = "staxman", version = "0.1" }