From 7ab7dbe3c80b9b829dd1537fbbacd240092d7019 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 5 Jan 2018 17:18:56 -0700 Subject: [PATCH] 0.1.36 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd63f99dd4..3b442fd1e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.35" +version = "0.1.36" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]