Skip to content

Commit

Permalink
Added compat to Project.toml for registration.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviermilla committed Jan 24, 2024
1 parent 4a081db commit ef13f6f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DydxV3"
uuid = "81fc79e4-7aed-40c1-9951-444e465e3245"
authors = ["Olivier Milla <[email protected]>"]
version = "0.7.1"
version = "0.7.2"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -16,6 +16,13 @@ URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
[weakdeps]
Rocket = "df971d30-c9d6-4b37-b8ff-e965b2cb3a40"

[compat]
julia = "1.9"
HTTP = "1.9.15"
JSON3 = "1.13.2"
Preferences = "1.4.1"
URIs = "1.5.0"

[extensions]
RocketExt = "Rocket"

Expand Down

0 comments on commit ef13f6f

Please sign in to comment.