try to fix libcsp dependency chain

This commit is contained in:
2024-06-01 19:14:27 +02:00
parent d8d3fbe15a
commit 3710be2d70
4 changed files with 18 additions and 5 deletions

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
libcsp = { path = "../libcsp" }
libcsp = "0.1"
[build-dependencies]
libcsp-cargo-build = { path = "../libcsp-cargo-build" }
libcsp-cargo-build = "0.1"