Change version requirement to allow support for newer versions.

pull/15/merge v1.1
Robert G. Jakabosky 15 years ago
parent 76a84fbf2e
commit 5cf558e4d5

@ -10,8 +10,8 @@ description = {
license = "MIT/X11" license = "MIT/X11"
} }
dependencies = { dependencies = {
"lua-zmq = 1.1-1", "lua-zmq >= 1.1-1",
"lua-llthreads = 1.1-1", "lua-llthreads >= 1.1-1",
} }
build = { build = {
type = "none", type = "none",

Loading…
Cancel
Save