Bumping smoltcp version to 0.8

This commit is contained in:
Ryan Summers 2021-06-14 17:49:54 +02:00
parent 6d3df4500f
commit 180cc7edaf
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
- Version bumped to 0.8
- Update `managed` from 0.7 to 0.8 ([442](https://github.com/smoltcp-rs/smoltcp/pull/442)) - Update `managed` from 0.7 to 0.8 ([442](https://github.com/smoltcp-rs/smoltcp/pull/442))
- udp: Add `close()` method to unbind socket. - udp: Add `close()` method to unbind socket.

View File

@ -1,6 +1,6 @@
[package] [package]
name = "smoltcp" name = "smoltcp"
version = "0.7.0" version = "0.8.0"
edition = "2018" edition = "2018"
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."