holochain / lair

secret lair private keystore
Apache License 2.0
42 stars 11 forks source link

Fix build on Rust 1.70 #115

Closed ThetaSinner closed 1 year ago

ThetaSinner commented 1 year ago

Lair currently doesn't build on Rust stable which is currently 1.70. We are glob exporting modules that clash. I suspect this isn't something anybody is accessing because they wouldn't be able to reference each module, they'd have to import them using a full path. Technically this is an API change though so I've bumped the minor version number to be safe.