Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtbuilds committed Jan 3, 2025
1 parent 02e77eb commit 84454a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sqlmo = "0.22.7"
sqlx = "0.8.2"
sqlx-core = "0.8.2"
syn = "2.0.94"
ormlite-core = { path = "core" }
ormlite-attr = { path = "attr" }
ormlite-macro = { path = "macro" }
ormlite = { path = "ormlite" }
ormlite-core = { path = "core", version="0.22" }
ormlite-attr = { path = "attr", version="0.22" }
ormlite-macro = { path = "macro", version="0.22" }
ormlite = { path = "ormlite", version="0.22" }

0 comments on commit 84454a8

Please sign in to comment.