Bump to v1.0.3

This commit is contained in:
Taiki Endo 2021-02-14 19:34:40 +09:00
parent 81ffebc63f
commit a8a70b0cff
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.0.3
- Fix invalid assumption of `std::net::SocketAddrV{4,6}` layout.
# Version 1.0.2
- Update `polling` in docs.

View File

@ -1,6 +1,6 @@
[package]
name = "nb-connect"
version = "1.0.2"
version = "1.0.3"
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"Jayce Fayne <jayce.fayne@mailbox.org>",