diff --git a/Project.toml b/Project.toml index 86ce11c..62f27ab 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DydxV3" uuid = "81fc79e4-7aed-40c1-9951-444e465e3245" authors = ["Olivier Milla "] -version = "0.7.1" +version = "0.7.2" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" @@ -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"