Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "CloudWatchLogs"
uuid = "c4c1e6a2-6bdd-52e0-b56d-1d4734724d2d"
version = "2.0.0"
version = "2.0.1"
Comment thread
rofinn marked this conversation as resolved.
Outdated

[deps]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
Expand All @@ -14,7 +14,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
AWS = "1"
MbedTLS = "1"
Memento = "1"
Memento = "~1.0, ~1.1, ~1.2"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Could this be simplified to?

Suggested change
Memento = "~1.0, ~1.1, ~1.2"
Memento = "1 - 1.2"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

No, since hyphens require Julia 1.4

Mocking = "0.7"
TimeZones = "1"
julia = "1.3" # Minimum version for MbedTLS@1
Expand Down