From 9a3734c41ac452bc3f8fe6d9a6b687c96cc3ca15 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 31 Dec 2018 20:32:18 -0700 Subject: [PATCH] 0.1.50 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1448c16c8..ca26bf7eae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.49" +version = "0.1.50" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]