oxur / rucksack

A terminal-based secrets manager, generator, and importer/exporter (Firefox, Chrome) backed with a concurrent hashmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest bincode causing CI/CD builds to fail

oubiwann opened this issue · comments

Even though rucksack is set to use bincode 2, rc2, it's pulling in rc3. I'm guessing there was an API change between the two?

cannot find type `WriteFixedArrayLength` in module `bincode::config`

Should probably compare this file in both versions: https://github.com/bincode-org/bincode/blob/trunk/src/config.rs

Fixed (but not pushed yet).