Expose error type (#4924)

This commit is contained in:
Bogdan-Ștefan Neacşu
2024-09-24 11:48:54 +02:00
committed by GitHub
parent 60fa5cfeb8
commit 1bc26ed79f
+1
View File
@@ -6,6 +6,7 @@ pub mod v2;
mod error;
pub use error::Error;
pub use v2 as latest;
pub const CURRENT_VERSION: u8 = 2;