This commit is contained in:
Aiden McClelland
2020-11-30 23:20:58 -07:00
parent 2b3309b002
commit f6f4c50811
2 changed files with 3 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ mod v0_2_4;
mod v0_2_5;
mod v0_2_6;
pub use v0_2_5::Version as Current;
pub use v0_2_6::Version as Current;
#[derive(serde::Serialize, serde::Deserialize)]
#[serde(untagged)]