Skip to content

Commit

Permalink
fix: downgrade Coq language version
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed Dec 4, 2024
1 parent 7fa04dd commit 2988762
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(lang dune 3.6)
(using coq 0.6)
(lang dune 3.11)
(using coq 0.1)
(name coq-parsec)
(warnings (deprecated_coq_lang_lt_08 disabled))

0 comments on commit 2988762

Please sign in to comment.