config: downgrade bincode to 1.3.3
This should not have any impact on existing configs since bincode claims compatibility of the wire format between 1.3.3 and 2.0.0.
This commit is contained in:
parent
6921531702
commit
615acd4847
22 changed files with 91 additions and 104 deletions
|
|
@ -6,5 +6,6 @@ license = "GPL-3.0-only"
|
|||
description = "Configuration crate for the Jay compositor"
|
||||
|
||||
[dependencies]
|
||||
bincode = "2.0.0-rc.1"
|
||||
bincode = "1.3.3"
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
log = "0.4.14"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue