diff --git a/opam b/opam
index 3c8ddd9c17f82f4253711864c2c990e88b2b472e..6f699a4e96a4d7123f5353fd4c94c55f8149c0df 100644
--- a/opam
+++ b/opam
@@ -13,5 +13,5 @@ build: [
 install: [make "install"]
 remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/lrust'" ]
 depends: [
-  "https://gitlab.mpi-sws.org/FP/iris-coq/" { (= "dev")) }
+  "coq-iris" { (= "dep.lrust")) }
 ]