We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6abd6 commit e99e6eeCopy full SHA for e99e6ee
.travis.yml
@@ -7,7 +7,7 @@ script: bash -ex ./.travis-docker.sh
7
env:
8
global:
9
- PACKAGE="mirage-net-unix"
10
- - EXTRA_REMOTES="https://github.com/mirage/mirage-dev.git#layering"
+ - EXTRA_REMOTES="https://github.com/mirage/mirage-dev.git"
11
matrix:
12
- DISTRO="alpine" OCAML_VERSION="4.04"
13
- DISTRO="alpine" OCAML_VERSION="4.05"
CHANGES.md
@@ -1,3 +1,7 @@
1
+### v2.6.0 (26-Feb-2019)
2
+
3
+* Adapt to mirage-net 2.0.0 changs (@hannesm)
4
5
### v2.5.0 (06-Feb-2019)
6
* Build with dune instead of jbuilder (@avsm)
0 commit comments