diff --git a/opam b/opam
index 9a448baca31cb3c98aa2a4a13f9e9ee53b0c144f..196b2f89fc69462aeeecbad7e357b24bb1066090 100644
--- a/opam
+++ b/opam
@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
 install: [make "install"]
 remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/reloc"]
 depends: [
-  "coq-iris-heap-lang" { (= "dev.2021-02-03.0.9534c656") | (= "dev") }
+  "coq-iris-heap-lang" { (= "dev.2021-02-10.0.7b4a04ce") | (= "dev") }
   "coq-autosubst" { = "dev" }
 ]
diff --git a/theories/prelude/bijections.v b/theories/prelude/bijections.v
index 50171bb170f861ebb7836052cf0a543109eae24b..a50655c6842766dd5544288450323623db888301 100644
--- a/theories/prelude/bijections.v
+++ b/theories/prelude/bijections.v
@@ -94,7 +94,7 @@ Section logic.
     - apply auth_update_alloc.
       apply (gset_local_update _ _ (({[(a, b)]} : gset (A * B)) ∪ L)).
       apply union_subseteq_r.
-    - rewrite -gset_op_union auth_frag_op !own_op.
+    - rewrite -gset_op auth_frag_op !own_op.
       iDestruct "HL" as "[$ [$ _]]".
       iModIntro. iPureIntro.
       by apply bijective_extend.