removed todo!() from qrcode_version.rs

This commit is contained in:
Henry Schimke
2023-03-29 14:30:19 -05:00
parent 6a1c5c568a
commit af626afc15
3 changed files with 28 additions and 13 deletions

View File

@@ -27,8 +27,8 @@ use once_cell::sync::Lazy;
pub type VersionRef = &'static Version;
static VERSIONS: Lazy<Vec<Version>> = Lazy::new(Version::buildVersions);
static MICRO_VERSIONS: Lazy<Vec<Version>> = Lazy::new(Version::build_micro_versions);
pub static VERSIONS: Lazy<Vec<Version>> = Lazy::new(Version::buildVersions);
pub static MICRO_VERSIONS: Lazy<Vec<Version>> = Lazy::new(Version::build_micro_versions);
/**
* See ISO 18004:2006 Annex D.