chore: bump to 0.1.1
All checks were successful
CI / tests (push) Successful in 5m18s

This commit is contained in:
Lucien Cartier-Tilet 2025-02-01 02:02:36 +01:00
parent f2e59cee7c
commit 4ff2df1a4e
Signed by: phundrak
GPG Key ID: 347803E8073EACE0

View File

@ -2,7 +2,7 @@
members = [".", "georm-macros"]
[workspace.package]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
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"