Skip to content

Commit

Permalink
fix compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Jul 3, 2021
1 parent b74eb85 commit 85c92f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "UnROOT"
uuid = "3cd96dde-e98d-4713-81e9-a4a1b0235ce9"
authors = ["Tamas Gal", "Jerry Ling"]
version = "0.1.8"
version = "0.1.7"

[deps]
CodecLz4 = "5ba52731-8f18-5e0d-9241-30f10d1ec561"
Expand All @@ -15,6 +15,8 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
CodecZlib = "^0.6.0, ^0.7.0"
CodecLz4 = "^0.3.0, ^0.4.0"
CodecXz = "^0.6.0, ^0.7.0"
DataFrames = "^0.22"
MD5 = "^0.2.1"
Mixers = "^0.1.0"
Expand Down

1 comment on commit 85c92f8

@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/40039

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

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.7 -m "<description of version>" 85c92f8ea20c263e1415f7eaf2534ef4874d3069
git push origin v0.1.7

Please sign in to comment.