diff --git a/Project.toml b/Project.toml index 49b96c0..e7f43cb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,12 +1,12 @@ name = "XML" uuid = "72c71f33-b9b6-44de-8c94-c961784809e2" authors = ["Josh Day and contributors"] -version = "0.3.8" +version = "0.3.9" [deps] Mmap = "a63ad114-7e13-5084-954f-fe012c677804" OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" [compat] -OrderedCollections = "1.4, 1.5" +OrderedCollections = "1.4, 1.5, 2" julia = "1.6"