Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
opam_file:
- 'coq-wasm.opam'
coq_version:
- '8.20'
- '9.0'
fail-fast: true

steps:
Expand Down
6 changes: 3 additions & 3 deletions coq-wasm.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.2.0"
version: "2.2.1"
synopsis: "Wasm formalisation in Coq"
description:
"Wasm formalisation in Coq, following the AFP formalisation of Conrad Watt"
Expand All @@ -13,11 +13,11 @@ homepage: "https://github.com/WasmCert/WasmCert-Coq"
bug-reports: "https://github.com/WasmCert/WasmCert-Coq/issues"
depends: [
"dune" {>= "3.11"}
"coq" {>= "8.20" & < "8.21~"}
"coq" {>= "9.0" & < "9.2~"}
"coq-compcert" {>= "3.14"}
"coq-ext-lib" {>= "0.11.8"}
"coq-mathcomp-ssreflect" {>= "2.4.0" & <= "2.5~"}
"coq-parseque" {>= "0.2.0"}
"rocq-parseque" {>= "0.2.0"}
"cmdliner" {>= "1.1.0"}
"linenoise" {>= "1.4.0"}
"mdx" {>= "1.9.0"}
Expand Down
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(using coq 0.2)
(using mdx 0.2)
(name coq-wasm)
(version 2.2.0)
(version 2.2.1)

(generate_opam_files true)
(license MIT)
Expand All @@ -15,11 +15,11 @@
(synopsis "Wasm formalisation in Coq")
(description "Wasm formalisation in Coq, following the AFP formalisation of Conrad Watt")
(depends
(coq (and (>= 8.20) (< 8.21~)))
(coq (and (>= 9.0) (< 9.2~)))
(coq-compcert (>= 3.14))
(coq-ext-lib (>= 0.11.8))
(coq-mathcomp-ssreflect (and (>= 2.4.0) (<= 2.5~)))
(coq-parseque (>= 0.2.0))
(rocq-parseque (>= 0.2.0))
(cmdliner (>= 1.1.0))
(linenoise (>= 1.4.0))
(mdx (>= 1.9.0))
Expand Down
Loading