From 5808a0ac63bd9f0644160cee8bd38bd5dde71e5a Mon Sep 17 00:00:00 2001 From: edef Date: Tue, 30 Aug 2016 18:28:51 -0400 Subject: [PATCH] v1.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5b486f..8bd39f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["edef "] name = "fringe" description = "safe, lightweight userland context switches" -version = "1.0.1" +version = "1.0.2" license = "Apache-2.0/MIT" homepage = "https://github.com/edef1c/libfringe" repository = "https://github.com/edef1c/libfringe"