Skip to content

Commit

Permalink
Update dependencies etc
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikstrid committed Aug 6, 2020
1 parent b41b83f commit dba3151
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
uri
uunf
uutf
(alcotest :with-test)
(junit :with-test)
(junit_alcotest :with-test)
(containers :with-test)
(mirage-crypto
(and
Expand All @@ -49,7 +52,7 @@
logs))

(package
(version 0.1.0)
(version 1.0.0)
(name oidc-client)
(synopsis "OIDC client based on Piaf")
(description
Expand Down
2 changes: 1 addition & 1 deletion oidc-client.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.0"
version: "1.0.0"
synopsis: "OIDC client based on Piaf"
description:
"OpenID Connect Relaying Party implementation built ontop of Piaf."
Expand Down
3 changes: 3 additions & 0 deletions oidc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ depends: [
"uri"
"uunf"
"uutf"
"alcotest" {with-test}
"junit" {with-test}
"junit_alcotest" {with-test}
"containers" {with-test}
"mirage-crypto" {with-test & >= "0.8.1"}
"mirage-crypto-rng" {with-test & >= "0.8.1"}
Expand Down
2 changes: 1 addition & 1 deletion test/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(tests
(names test)
(libraries mirage-crypto mirage-crypto-rng mirage-crypto-rng.unix alcotest
junit junit_alcotest oidc oidc-client containers))
junit junit_alcotest oidc containers))

0 comments on commit dba3151

Please sign in to comment.