mirror of
https://github.com/smoltcp-rs/smoltcp.git
synced 2025-10-01 06:40:46 +00:00
Bump version.
This commit is contained in:
parent
4e8be41caf
commit
19ed1f38d8
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "smoltcp"
|
||||
version = "0.4.0-pre"
|
||||
version = "0.4.0"
|
||||
authors = ["whitequark <whitequark@whitequark.org>"]
|
||||
description = "A TCP/IP stack designed for bare-metal, real-time systems without a heap."
|
||||
documentation = "https://docs.rs/smoltcp/"
|
||||
|
@ -77,7 +77,7 @@ To use the _smoltcp_ library in your project, add the following to `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
smoltcp = "0.3"
|
||||
smoltcp = "0.4"
|
||||
```
|
||||
|
||||
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
|
||||
[dependencies]
|
||||
smoltcp = { version = "0.3", default-features = false, features = ["..."] }
|
||||
smoltcp = { version = "0.4", default-features = false, features = ["log"] }
|
||||
```
|
||||
|
||||
### Feature `std`
|
||||
|
Loading…
x
Reference in New Issue
Block a user