update to 0.4.8

This commit is contained in:
Henry Schimke
2023-07-13 11:54:15 -05:00
parent 163bbd8576
commit bcb97f639e
23 changed files with 73 additions and 91 deletions

View File

@@ -254,7 +254,7 @@ mod Code39WriterTestCase {
}
fn doTest(input: &str, expected: &str) {
let result = Code39Writer::default()
let result = Code39Writer
.encode(input, &BarcodeFormat::CODE_39, 0, 0)
.expect("must encode");
assert_eq!(