From a8a2dc5663679fc1fe597f70f0365c962b3088c3 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 16 Nov 2018 19:48:27 -0700 Subject: [PATCH] 0.1.42 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a81fdaf14..85d0977922 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.41" +version = "0.1.42" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]