From 1389b872f0045175ef5a5579d034e4fad7ffcc9b Mon Sep 17 00:00:00 2001 From: kenkoooo Date: Wed, 14 Aug 2024 14:00:13 +0900 Subject: [PATCH] v0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9faef9..ac356ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cder" -version = "0.2.1" +version = "0.2.2" edition = "2021" description = "database seed generator that helps create and persist struct-typed instances based on serde-compatible yaml files" keywords = ["seed", "seeding", "fixture", "database", "yaml"]