Skip to content

Commit

Permalink
Merge pull request #13 from invenia/rf/loosen-datastructures
Browse files Browse the repository at this point in the history
Loosen DataStructure compat versions
  • Loading branch information
rofinn authored Feb 15, 2021
2 parents cdb02ad + 822275b commit a217d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Checkpoints"
uuid = "b4a3413d-e481-5afc-88ff-bdfbd6a50dce"
authors = "Invenia Technical Computing Corporation"
version = "0.3.3"
version = "0.3.4"

[deps]
AWSS3 = "1c724243-ef5b-51ab-93f4-b0a88ac62a95"
Expand All @@ -13,7 +13,7 @@ Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"
[compat]
AWSCore = "0.5.5, 0.6"
AWSS3 = "0.6, 0.7, 0.8"
DataStructures = "0.18"
DataStructures = "0.17, 0.18"
FilePathsBase = "0.6, 0.7, 0.8, 0.9"
JLSO = "2"
Memento = "0.10, 0.11, 0.12, 0.13, 1"
Expand Down

2 comments on commit a217d11

@rofinn
Copy link
Member Author

@rofinn rofinn commented on a217d11 Feb 15, 2021

Choose a reason for hiding this comment

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

@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 created: JuliaRegistries/General/30107

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.3.4 -m "<description of version>" a217d11d78895c5fe053120bfcdc3b6d052df33b
git push origin v0.3.4

Please sign in to comment.