Skip to content

Commit

Permalink
Fix memfd-exec for qemu emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Jan 23, 2025
1 parent 92ae83b commit 2cc203c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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" }

0 comments on commit 2cc203c

Please sign in to comment.