forked from M-Labs/libfringe
v1.2.1
This commit is contained in:
parent
809215921b
commit
22b16732f7
|
@ -2,7 +2,7 @@
|
|||
authors = ["edef <edef@edef.eu>"]
|
||||
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"
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue