master
edef 2016-08-31 14:25:51 -04:00
parent 28c12a5ec5
commit 49d1a24e8f
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
authors = ["edef <edef@edef.eu>"]
name = "fringe"
description = "safe, lightweight userland context switches"
version = "1.0.2"
version = "1.0.3"
license = "Apache-2.0/MIT"
homepage = "https://github.com/edef1c/libfringe"
repository = "https://github.com/edef1c/libfringe"

View File

@ -125,14 +125,14 @@ Add this to your `Cargo.toml`:
```toml
[dependencies.fringe]
version = "1.0.2"
version = "1.0.3"
```
To use libfringe on a bare-metal target, add the `no-default-features` key:
```toml
[dependencies.fringe]
version = "1.0.2"
version = "1.0.3"
no-default-features = true
```