Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
4ff2df1a4e | |||
f2e59cee7c |
@ -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/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user