Skip to content

Commit

Permalink
- Added coq-stdpp dependency and bumped verison no
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-almeida committed Feb 20, 2024
1 parent 957bba3 commit bdf4e84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- run: opam init --yes
- run: eval $(opam env --switch=default)
- run: opam repo add --yes --this-switch coq-released https://coq.inria.fr/opam/released
- run: opam repo add --yes --this-switch iris-dev https://gitlab.mpi-sws.org/iris/opam.git
- run: opam repo add --yes --this-switch iris-dev https://gitlab.mpi-sws.org/iris/opam.git
- run: opam pin --yes -n coq-sail-stdpp https://github.com/rems-project/coq-sail.git
- run: opam install --yes ./coq-cheri-capabilities.opam
- run: eval $(opam env)
Expand Down
3 changes: 2 additions & 1 deletion coq-cheri-capabilities.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ maintainer: ["[email protected]"]
authors: ["Ricardo Almeida" "Vadim Zaliva"]
license: "BSD-3-clause"
homepage: "https://github.com/rems-project/coq-cheri-capabilities"
version: "20240209"
version: "20240220"
bug-reports: "https://github.com/rems-project/coq-cheri-capabilities/issues"
depends: [
"dune" {>= "3.7"}
"coq"
"coq-stdpp" {= "dev.2023-12-26.0.dd93e4c3" }
"coq-sail-stdpp"
"coq-ext-lib"
"coq-stdpp-unstable"
Expand Down

0 comments on commit bdf4e84

Please sign in to comment.