2 Commits
0.1.0 ... 0.1.1

2 changed files with 5 additions and 5 deletions

View File

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

View File

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