Bump to 0.8.1, make profile module public, fix unused import

This commit is contained in:
MattJackson
2026-04-13 00:17:57 +00:00
parent 5467d8e69e
commit 8cef5260c3
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ pub(crate) mod labels;
pub(crate) mod mpls;
pub mod mux;
pub(crate) mod platform;
pub(crate) mod profile;
pub mod profile;
pub mod scsi;
pub(crate) mod sector;
pub(crate) mod speed;