From 31b7ae8eef2b108e453c2f9b154ca516be900c11 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 28 Dec 2018 15:04:39 -0700 Subject: [PATCH] 0.1.45 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acc7e04..324bdd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.44" +version = "0.1.45" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]