cargo: refer to local rmp build for builddeps

This commit is contained in:
2025-11-23 21:33:54 +01:00
parent 9c37cb58d1
commit 761dbb8951

View File

@@ -117,5 +117,5 @@ overflow-checks = false
[build-dependencies]
image = "0.25"
rmp = "0.8"
rmp = { path = "../msgpack-rust/rmp/" }
csv = "1.3"