change *limit* in memory from u64 to i64

Signed-off-by: bin liu <bin@hyper.sh>
This commit is contained in:
bin liu
2020-08-25 13:28:36 +08:00
parent c702852fd7
commit 9fe6cb58e4
21 changed files with 700 additions and 166 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
log = "0.4"
regex = "1.1"
nix = "0.18.0"
[dev-dependencies]
nix = "0.11.0"
libc = "0.2.43"
libc = "0.2.76"