forked from M-Labs/libfringe
v1.0.5
This commit is contained in:
parent
f82d0e2c21
commit
a292648e8e
|
@ -2,7 +2,7 @@
|
||||||
authors = ["edef <edef@edef.eu>"]
|
authors = ["edef <edef@edef.eu>"]
|
||||||
name = "fringe"
|
name = "fringe"
|
||||||
description = "safe, lightweight userland context switches"
|
description = "safe, lightweight userland context switches"
|
||||||
version = "1.0.4"
|
version = "1.0.5"
|
||||||
license = "Apache-2.0/MIT"
|
license = "Apache-2.0/MIT"
|
||||||
homepage = "https://github.com/edef1c/libfringe"
|
homepage = "https://github.com/edef1c/libfringe"
|
||||||
repository = "https://github.com/edef1c/libfringe"
|
repository = "https://github.com/edef1c/libfringe"
|
||||||
|
|
|
@ -128,14 +128,14 @@ Add this to your `Cargo.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies.fringe]
|
[dependencies.fringe]
|
||||||
version = "1.0.4"
|
version = "1.0.5"
|
||||||
```
|
```
|
||||||
|
|
||||||
To use libfringe on a bare-metal target, add the `no-default-features` key:
|
To use libfringe on a bare-metal target, add the `no-default-features` key:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies.fringe]
|
[dependencies.fringe]
|
||||||
version = "1.0.4"
|
version = "1.0.5"
|
||||||
no-default-features = true
|
no-default-features = true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue