diff --git a/opam b/opam
index f67f82e32d694ba7d9947bf5eb33d63a232defd7..ed7c7f746f8c2b2f9f2c891f9716abf06e699ae2 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.2020-11-26.2.03b317f4") | (= "dev") }
+  "coq-iris-heap-lang" { (= "dev.2020-12-04.7.68955c65") | (= "dev") }
   "coq-autosubst" { = "dev" }
 ]
diff --git a/theories/examples/par.v b/theories/examples/par.v
index 8083c39578b1fffceb7aa235ae7fe0f982528142..7040f745b7549509f44ccf335c513d0ac992b720 100644
--- a/theories/examples/par.v
+++ b/theories/examples/par.v
@@ -130,7 +130,7 @@ Section rules.
       rewrite refines_eq /refines_def.
       rewrite fill_app.
       iMod ("Ht" with "Hspec Hj") as "Ht".
-      rewrite wp_value_inv. iMod "Ht" as (?) "[Ht [_ ->]]".
+      rewrite wp_value_fupd. iMod "Ht" as (?) "[Ht [_ ->]]".
       wp_pures. iExists #(). eauto with iFrame.
   Qed.