mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
crash if my_id is none, it used to freeze up, use ? where unwrap() is available, update packages
This commit is contained in:
parent
5d362925bf
commit
dee32b0433
5 changed files with 36 additions and 43 deletions
|
@ -15,7 +15,7 @@ name = "chat"
|
|||
[dependencies]
|
||||
crossbeam = "0.8.2"
|
||||
tracing = "0.1.36"
|
||||
dashmap = "5.3.4"
|
||||
dashmap = "6.0.1"
|
||||
serde = {features = ["derive"], version = "1.0.142"}
|
||||
bincode = "1.3.3"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue