From 7efb3218c4a018b8d7651b7fe0703780d0ae254a Mon Sep 17 00:00:00 2001 From: edef Date: Fri, 9 Sep 2016 11:08:55 -0400 Subject: [PATCH] v1.2.0 --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3fb0434..ac46026 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["edef "] name = "fringe" description = "safe, lightweight userland context switches" -version = "1.1.0" +version = "1.2.0" license = "Apache-2.0/MIT" homepage = "https://github.com/edef1c/libfringe" repository = "https://github.com/edef1c/libfringe" diff --git a/README.md b/README.md index 5258298..7eb87e4 100644 --- a/README.md +++ b/README.md @@ -128,14 +128,14 @@ Add this to your `Cargo.toml`: ```toml [dependencies.fringe] -version = "1.1.0" +version = "1.2.0" ``` To use libfringe on a bare-metal target, add the `no-default-features` key: ```toml [dependencies.fringe] -version = "1.1.0" +version = "1.2.0" no-default-features = true ```