mirror of
https://github.com/Phundrak/georm.git
synced 2025-12-16 17:51:52 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
4ff2df1a4e
|
|||
|
f2e59cee7c
|
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user