Skip to content

Commit 40314fa

Browse files
author
Randy Zwitch
authored
Add bounds to MbedTLS (#28)
* Add bounds to MbedTLS * Drop to 0.6 for better compatibility
1 parent 7b364e7 commit 40314fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "OAuth"
22
uuid = "22d8b318-f366-56fb-a292-a93f7d76c017"
3-
version = "0.8.0"
3+
version = "0.9.0"
44

55
[deps]
66
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -11,6 +11,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1111
[compat]
1212
HTTP = "~0.8.0"
1313
julia = "1.0"
14+
MbedTLS = "~0.6.0"
1415

1516
[extras]
1617
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)