From af890302eb51b9d875829c490870e8ba5809ca1b Mon Sep 17 00:00:00 2001 From: Aaron Janse Date: Mon, 27 Jul 2020 17:11:41 -0700 Subject: [PATCH] bump version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e935f86..e661f00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_syscall" -version = "0.1.56" +version = "0.2.0" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "]