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.
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.