Skip to content

Commit

Permalink
Add back 0.7 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
musm committed Apr 23, 2019
1 parent 3c02374 commit 73e1958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ CRC32c = "8bf52ea8-c179-5cab-976a-9e18b702a9bc"
test = ["Test", "Distributed", "LinearAlgebra", "Pkg", "CRC32c"]

[compat]
julia = "1"
julia = "0.7, 1"

2 comments on commit 73e1958

@musm
Copy link
Member Author

@musm musm commented on 73e1958 Apr 23, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/233

After the above pull request is merged, it is recommended that you create
a tag on this repository for the registered package version:

git tag -a v0.11.1 -m "<description of version>" 73e19585254b87d4d50e767532fa2102229a6fbb
git push origin v0.11.1

Please sign in to comment.