From 0a99491f70b70023414414873633a68885cf7b20 Mon Sep 17 00:00:00 2001 From: edef Date: Tue, 6 Sep 2016 23:38:32 -0400 Subject: [PATCH] v1.1.0 --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3d38f9c..3fb0434 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["edef "] name = "fringe" description = "safe, lightweight userland context switches" -version = "1.0.5" +version = "1.1.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 3a195d4..1d6ea86 100644 --- a/README.md +++ b/README.md @@ -128,14 +128,14 @@ Add this to your `Cargo.toml`: ```toml [dependencies.fringe] -version = "1.0.5" +version = "1.1.0" ``` To use libfringe on a bare-metal target, add the `no-default-features` key: ```toml [dependencies.fringe] -version = "1.0.5" +version = "1.1.0" no-default-features = true ```