From 47f7b3abf01a80386ee4374c7a81e7f6b9755d32 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 26 Nov 2018 11:39:09 -0700 Subject: [PATCH] 0.1.43 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85d0977..0325320 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.42" +version = "0.1.43" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]