get shared_memory_heap from git repository

This commit is contained in:
2025-10-23 18:20:47 +02:00
parent ebb738445b
commit b72ea11712
2 changed files with 3 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
anyhow = "1.0.82"
libc = "0.2.153"
shared_memory_heap = { path = "../shared_memory_heap" }
shared_memory_heap = { git = "https://gitea.rixxc.de/rixxc/shared_memory_heap.git" }