Compare commits

...

2 Commits
0.1.0 ... main

2 changed files with 5 additions and 5 deletions

@ -2,11 +2,11 @@
members = [".", "georm-macros"] members = [".", "georm-macros"]
[workspace.package] [workspace.package]
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"] authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
homepage = "https://labs.phundrak.com/phundrak/georm" homepage = "https://github.com/Phundrak/georm"
repository = "https://labs.phundrak.com/phundrak/georm" repository = "https://github.com/Phundrak/georm"
license = "MIT OR GPL-3.0-or-later" license = "MIT OR GPL-3.0-or-later"
keywords = ["sqlx", "orm", "postgres", "postgresql", "database", "async"] keywords = ["sqlx", "orm", "postgres", "postgresql", "database", "async"]
categories = ["database"] categories = ["database"]
@ -23,7 +23,7 @@ repository.workspace = true
version.workspace = true version.workspace = true
[workspace.dependencies] [workspace.dependencies]
georm-macros = { version = "=0.1.0", path = "georm-macros" } georm-macros = { version = "=0.1.1", path = "georm-macros" }
[workspace.dependencies.sqlx] [workspace.dependencies.sqlx]
version = "0.8.3" version = "0.8.3"

@ -152,4 +152,4 @@ pub struct Book {
``` ```
To read more about these features, you can refer to the [online To read more about these features, you can refer to the [online
documentation](https://docs.rs/sqlx/latest/georm/). documentation](https://docs.rs/georm/).