From 86b2517f834602e5eec67f612f3c65c68bb86070 Mon Sep 17 00:00:00 2001 From: Namu Date: Thu, 2 Apr 2026 11:44:26 +0200 Subject: [PATCH] chore: change version to 0.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 266ae72..c648c4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "db_builder" -version = "0.0.0" +version = "0.0.1" edition = "2024" description = "This crate enables you to have a lib that create a sqlite database from a json file schema" license = "MIT"