Use Vec instead of static mut for socket storage. Update smoltcp to fix #17

This commit is contained in:
Aram 🍐 2021-10-18 22:13:13 -04:00
parent dbced52070
commit 070c0f5162
2 changed files with 6 additions and 5 deletions

3
Cargo.lock generated
View file

@ -864,13 +864,14 @@ checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
[[package]]
name = "smoltcp"
version = "0.8.0"
source = "git+https://github.com/smoltcp-rs/smoltcp?branch=master#35e833e33dfd3e4efc3eb7d5de06bec17c54b011"
source = "git+https://github.com/smoltcp-rs/smoltcp?branch=master#25c539bb7c96789270f032ede2a967cf0fe5cf57"
dependencies = [
"bitflags",
"byteorder",
"libc",
"log",
"managed",
"rand_core",
]
[[package]]