Version 0.4.4

Add `#[serde(default)]` to new AppConfig field
This commit is contained in:
2023-10-04 23:52:00 -04:00
parent 52f8c5d4f9
commit f4757b8d92
3 changed files with 17 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "objdiff"
version = "0.4.3"
version = "0.4.4"
edition = "2021"
rust-version = "1.65"
authors = ["Luke Street <luke@street.dev>"]