Skip to content
Snippets Groups Projects
Commit 52f6028a authored by Hai Dang's avatar Hai Dang
Browse files

Fix Iris version

parent 3cfb7f84
No related branches found
No related tags found
No related merge requests found
Pipeline #16940 passed
...@@ -11,5 +11,5 @@ build: [make "-j%{jobs}%"] ...@@ -11,5 +11,5 @@ build: [make "-j%{jobs}%"]
install: [make "install"] install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/lrust'" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/lrust'" ]
depends: [ depends: [
"coq-iris" { (= "dev.2019-05-15.0.551c1ecc") | (= "dev") } "coq-iris" { (= "dev.2019-05-24.0.c9984c7f") | (= "dev") }
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment