Skip to content

Commit

Permalink
Update to version 1.4.0 and depend on ada util 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Dec 28, 2020
1 parent d84c843 commit 0e6ee71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions alire.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description = "Security Library for HTTP client and server with OAuth2 support"
name = "security"
version = "1.3.1"
version = "1.4.0"
licenses = ["Apache 2.0"]
maintainers = ["Stephane.Carrez@gmail.com"]
maintainers-logins = ["stcarrez"]
Expand All @@ -19,7 +19,7 @@ Ada Security provides a security framework which allows applications to define
and enforce security policies. This framework allows users to authenticate by using
[OpenID Authentication 2.0](https://openid.net/specs/openid-authentication-2_0.html)
as well as [OAuth 2.0](https://oauth.net/2/) protocol.
It allows a web application to integrate easily with Yahoo!, Facebook and
It allows a web application to integrate easily with Yahoo!, Gitlab, Github, Facebook and
Google+ authentication systems.
The Ada05 library includes:
Expand All @@ -39,8 +39,8 @@ to provide authentication and access control to users within the web application
"""

[[depends-on]]
utilada = "^2.3.0"
utilada_xml = "^2.3.0"
utilada = "^2.4.0"
utilada_xml = "^2.4.0"

[gpr-externals]
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
Expand Down

0 comments on commit 0e6ee71

Please sign in to comment.