Smithay / wayland-window

A simple window-decorations library built on top of wayland-client.
MIT License
18 stars 11 forks source link

bump tempfile -> 2.2 #26

Closed spearman closed 6 years ago

elinorbgr commented 6 years ago

Is there some serious reasons to ban version 2.0 and 2.1 of tempfile?

Currently, cargo already uses version 2.2 of tempfile, as it is compatible with 2.0.

spearman commented 6 years ago

Oh I see what's going on. the tempfile repo has some updates to transitive dependencies that had lagged behind (rand to 0.4 specifically), but it hasn't been published to crates.io yet. Once it's published that problem will probably go away. I'll just close this then.