Skip to content

Commit

Permalink
ormpp: limit deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Jan 3, 2025
1 parent bd8a6e0 commit b102fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/o/ormpp/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package("ormpp")
add_configs("postgresql", {description = "Using postgresql", default = false, type = "boolean"})
add_configs("sqlite3", {description = "Using sqlite3", default = false, type = "boolean"})

add_deps("frozen", "iguana")
add_deps("iguana <=1.0.5")

on_load(function(package)
local configs = {
Expand Down

0 comments on commit b102fed

Please sign in to comment.