From 2cc203c08afb67f8ec4a7d371544323b2d669417 Mon Sep 17 00:00:00 2001 From: VHSgunzo Date: Thu, 23 Jan 2025 18:41:06 +0300 Subject: [PATCH] Fix memfd-exec for qemu emulator --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8e6afff..5e41d83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uruntime" -version = "0.1.2" +version = "0.1.3" readme = "README.md" license = "MIT" repository = "https://github.com/VHSgunzo/uruntime" @@ -35,6 +35,6 @@ which = "7.0.0" cfg-if = "1.0.0" goblin = "0.9.0" num_cpus = "1.16.0" -memfd-exec = "0.2.1" signal-hook = "0.3.17" nix = { version = "0.29.0", features = [ "fs", "signal" ] } +memfd-exec = { git = "https://github.com/VHSgunzo/memfd-exec.git" }