Skip to content

Commit

Permalink
Add compat section for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mattBrzezinski committed Sep 23, 2020
1 parent dd4c92c commit 3ef37de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
docs/build/
docs/site/
.*.sw[a-z]
Manifest.toml
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ os:
- osx
julia:
- 1.0
- 1
- nightly
matrix:
allow_failures:
Expand Down
5 changes: 5 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ MsgPack = "99f44e22-a591-53d1-9472-aa23ef4bd671"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
HTTP = "0.8"
JSON = "0.21"
Libz = "1"
MbedTLS = "0.6"
MsgPack = "1"
julia = "1"

[extras]
Expand Down

0 comments on commit 3ef37de

Please sign in to comment.