mirror of
https://github.com/smoltcp-rs/smoltcp.git
synced 2025-10-02 15:15:05 +00:00
Bump version.
This commit is contained in:
parent
4e8be41caf
commit
19ed1f38d8
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "smoltcp"
|
name = "smoltcp"
|
||||||
version = "0.4.0-pre"
|
version = "0.4.0"
|
||||||
authors = ["whitequark <whitequark@whitequark.org>"]
|
authors = ["whitequark <whitequark@whitequark.org>"]
|
||||||
description = "A TCP/IP stack designed for bare-metal, real-time systems without a heap."
|
description = "A TCP/IP stack designed for bare-metal, real-time systems without a heap."
|
||||||
documentation = "https://docs.rs/smoltcp/"
|
documentation = "https://docs.rs/smoltcp/"
|
||||||
|
@ -77,7 +77,7 @@ To use the _smoltcp_ library in your project, add the following to `Cargo.toml`:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
smoltcp = "0.3"
|
smoltcp = "0.4"
|
||||||
```
|
```
|
||||||
|
|
||||||
The default configuration assumes a hosted environment, for ease of evaluation.
|
The default configuration assumes a hosted environment, for ease of evaluation.
|
||||||
@ -85,7 +85,7 @@ You probably want to disable default features and configure them one by one:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
smoltcp = { version = "0.3", default-features = false, features = ["..."] }
|
smoltcp = { version = "0.4", default-features = false, features = ["log"] }
|
||||||
```
|
```
|
||||||
|
|
||||||
### Feature `std`
|
### Feature `std`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user