From 22b16732f79b3b8e470ff806057b345b9677d3ea Mon Sep 17 00:00:00 2001 From: edef Date: Thu, 22 Sep 2016 13:42:27 -0400 Subject: [PATCH] v1.2.1 --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ac46026..1130746 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["edef "] name = "fringe" description = "safe, lightweight userland context switches" -version = "1.2.0" +version = "1.2.1" 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 d06733c..702dc53 100644 --- a/README.md +++ b/README.md @@ -131,14 +131,14 @@ Add this to your `Cargo.toml`: ```toml [dependencies.fringe] -version = "1.2.0" +version = "1.2.1" ``` To use libfringe on a bare-metal target, add the `no-default-features` key: ```toml [dependencies.fringe] -version = "1.2.0" +version = "1.2.1" no-default-features = true ```