From 4bd6d1cb88c9c158993eb92d2346b5332aba6160 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 1 Jun 2024 19:52:18 +0200 Subject: [PATCH] comment for Cargo.toml --- examples/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index c71a880..9bef1f3 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.0" edition = "2021" [dependencies] +# Must use local verion here, otherwise there will be multiple versions of `libcsp-sys`, and +# cargo can not deal with this due to the link section. libcsp = { version = "0.1", path = ".." } [build-dependencies]