···1818# depend on the Hex `rocksky_erl` package (its loader fetches the native lib on
1919# first use). For monorepo dev, comment this out and use the local path line
2020# below (build its priv/rocksky_nif.so via ../erlang/build-core.sh).
2121-rocksky_erl = ">= 0.3.0 and < 1.0.0"
2121+rocksky_erl = ">= 0.5.0 and < 1.0.0"
2222# rocksky_erl = { path = "../erlang" }
23232424[dev-dependencies]