Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit updates the Config struct to exclude the overwrite_key an…
…d force_update fields from serialization. By using the #[serde(skip_serializing)] attribute, these fields will not be included when the Config struct is serialized.
- Loading branch information