From 4ff2df1a4e4062c1e758d23eeaf82bd063efb197 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 1 Feb 2025 02:02:36 +0100 Subject: [PATCH] chore: bump to 0.1.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b138b75..9d222b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = [".", "georm-macros"] [workspace.package] -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Lucien Cartier-Tilet "] homepage = "https://github.com/Phundrak/georm" @@ -23,7 +23,7 @@ repository.workspace = true version.workspace = true [workspace.dependencies] -georm-macros = { version = "=0.1.0", path = "georm-macros" } +georm-macros = { version = "=0.1.1", path = "georm-macros" } [workspace.dependencies.sqlx] version = "0.8.3"