Use forked atomicwrites for Redox support
This commit is contained in:
parent
ac2860f86f
commit
afdac36219
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ macro = ["cosmic-config-derive"]
|
||||||
subscription = ["iced_futures"]
|
subscription = ["iced_futures"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
atomicwrites = "0.4.0"
|
# For redox support
|
||||||
|
atomicwrites = { git = "https://github.com/jackpot51/rust-atomicwrites" }
|
||||||
calloop = { version = "0.12.2", optional = true }
|
calloop = { version = "0.12.2", optional = true }
|
||||||
dirs = "5.0.1"
|
dirs = "5.0.1"
|
||||||
notify = "6.0.0"
|
notify = "6.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue