Skip to content

Commit

Permalink
Add compat bounds for Dates and Random
Browse files Browse the repository at this point in the history
  • Loading branch information
Drvi committed Nov 4, 2023
1 parent e05d290 commit 819c99a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
Dates = "<0.0.1, 1"
Random = "<0.0.1, 1"
julia = "1.3"

[extras]
Expand Down

0 comments on commit 819c99a

Please sign in to comment.