Skip to content

Commit

Permalink
release: remove pins + update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht authored and dinosaure committed Jan 31, 2022
1 parent 7c5f072 commit 225b807
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 5 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## unreleased
## v0.7.0

* Stop manually building and installing libmirage-solo5_bindings.a.
This change is not compatible with MirageOS 3.
* Support Mirage OS 4. Stop manually building and installing
`libmirage-solo5_bindings.a`. This change is not compatible
with MirageOS 3 (#82, @dinosaure, @TheLortex)
* Rename the OS module into Solo5_os (#83, @dinosaure)

## v0.6.5 (2021-11-18)

Expand Down
7 changes: 1 addition & 6 deletions mirage-solo5.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"cstruct" {>= "1.0.1"}
"lwt" {>= "2.4.3"}
"metrics"
"mirage-runtime" {>= "4.0.0"}
"mirage-runtime" {>= "4.0"}
"duration"
]
conflicts: [
Expand All @@ -43,8 +43,3 @@ Currently this package also includes the C stubs used by the Solo5 `console`,
The OCaml runtime and C runtime required to support it are provided separately
by the [ocaml-freestanding](https://github.com/mirage/ocaml-freestanding) package.
"""
pin-depends:[
[ "mirage-runtime.4.0.0" "git+https://github.com/mirage/mirage.git#59101cd795e741982a0a4580c113072339e1389b" ]
[ "functoria-runtime.4.0.0" "git+https://github.com/mirage/mirage.git#59101cd795e741982a0a4580c113072339e1389b" ]
[ "functoria.4.0.0" "git+https://github.com/mirage/mirage.git#59101cd795e741982a0a4580c113072339e1389b" ]
]

0 comments on commit 225b807

Please sign in to comment.