diff --git a/Project.toml b/Project.toml index 3f068e3a..f608a5b2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,22 +1,22 @@ name = "JSONRPC" uuid = "b9b8584e-8fd3-41f9-ad0c-7255d428e418" -authors = ["David Anthoff "] version = "2.0.2-DEV" +authors = ["David Anthoff "] [deps] -JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" CancellationTokens = "2e8d271d-f2e2-407b-a864-17eb2156783e" +JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" -[extras] -TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -Sockets = "6462fe0b-24de-5631-8697-dd941f90decc" - [compat] -JSON = "0.20, 0.21" -julia = "1" CancellationTokens = "1" +JSON = "0.20, 0.21, 1" +julia = "1" + +[extras] +Sockets = "6462fe0b-24de-5631-8697-dd941f90decc" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a" [targets] test = ["Test", "TestItemRunner", "Sockets"]