diff --git a/Cargo.toml b/Cargo.toml index e8e869c..3d38f9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["edef "] name = "fringe" description = "safe, lightweight userland context switches" -version = "1.0.4" +version = "1.0.5" 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 cf8fd53..3a195d4 100644 --- a/README.md +++ b/README.md @@ -128,14 +128,14 @@ Add this to your `Cargo.toml`: ```toml [dependencies.fringe] -version = "1.0.4" +version = "1.0.5" ``` To use libfringe on a bare-metal target, add the `no-default-features` key: ```toml [dependencies.fringe] -version = "1.0.4" +version = "1.0.5" no-default-features = true ```