oxur / rucksack

A terminal-based secrets manager, generator, and importer/exporter (Firefox, Chrome) backed with a concurrent hashmap
Apache License 2.0
12 stars 1 forks source link

Latest bincode causing CI/CD builds to fail #102

Closed oubiwann closed 9 months ago

oubiwann commented 1 year ago

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`
oubiwann commented 1 year ago

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

oubiwann commented 9 months ago

Fixed (but not pushed yet).