Skip to content

Commit f3e22c6

Browse files
committed
release: 0.2.0
1 parent 941558c commit f3e22c6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: faraday
3-
Version: dev
3+
Version: 0.2.0
44
Authors: Spiros Eliopoulos <[email protected]>
55
Maintainers: Spiros Eliopoulos <[email protected]>
66
Homepage: https://github.com/inhabitedtype/faraday

lib/META

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 9e3bce218cef899cb8c71404bb9e4802)
3-
version = "dev"
2+
# DO NOT EDIT (digest: 57a102e16586a8b3f3fbd5ddcfabaf65)
3+
version = "0.2.0"
44
description = "A library for writing fast and memory-efficient serializers."
55
requires = "bigarray ocplib-endian ocplib-endian.bigstring"
66
archive(byte) = "faraday.cma"
@@ -9,7 +9,7 @@ archive(native) = "faraday.cmxa"
99
archive(native, plugin) = "faraday.cmxs"
1010
exists_if = "faraday.cma"
1111
package "lwt-unix" (
12-
version = "dev"
12+
version = "0.2.0"
1313
description = "A library for writing fast and memory-efficient serializers."
1414
requires = "faraday.lwt lwt.unix"
1515
archive(byte) = "faraday_lwt_unix.cma"
@@ -20,7 +20,7 @@ package "lwt-unix" (
2020
)
2121

2222
package "lwt" (
23-
version = "dev"
23+
version = "0.2.0"
2424
description = "A library for writing fast and memory-efficient serializers."
2525
requires = "faraday lwt"
2626
archive(byte) = "faraday_lwt.cma"
@@ -31,7 +31,7 @@ package "lwt" (
3131
)
3232

3333
package "async" (
34-
version = "dev"
34+
version = "0.2.0"
3535
description = "A library for writing fast and memory-efficient serializers."
3636
requires = "async core faraday threads"
3737
archive(byte) = "faraday_async.cma"

setup.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.4.6 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 88b40473a6df35ca02c607a23e991cc6) *)
4+
(* DO NOT EDIT (digest: e29071ba143bb1dd598af799cfef5143) *)
55
(*
66
Regenerated by OASIS v0.4.8
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -7027,7 +7027,7 @@ let setup_t =
70277027
{
70287028
oasis_version = "0.4";
70297029
ocaml_version = Some (OASISVersion.VGreaterEqual "4.02");
7030-
version = "dev";
7030+
version = "0.2.0";
70317031
license =
70327032
OASISLicense.DEP5License
70337033
(OASISLicense.DEP5Unit
@@ -7917,7 +7917,7 @@ let setup_t =
79177917
};
79187918
oasis_fn = Some "_oasis";
79197919
oasis_version = "0.4.8";
7920-
oasis_digest = Some "\018/\179\t\1284n:l\161\235\251D\1607\203";
7920+
oasis_digest = Some "\159<\1382%\178Z\024{\146\189k\243&E\200";
79217921
oasis_exec = None;
79227922
oasis_setup_args = [];
79237923
setup_update = false

0 commit comments

Comments
 (0)