diff --git a/Project.toml b/Project.toml index f548897..4458354 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorTestPackageDependent" uuid = "f69a9d33-c8d2-4953-8469-d5c5d6e332be" -version = "0.1.1" +version = "0.1.2" authors = ["ITensor developers and contributors"] [workspace] @@ -10,5 +10,5 @@ projects = ["benchmark", "dev", "docs", "examples", "test"] ITensorTestPackage = "843e44b4-204a-49e5-b531-f6a528cd7bee" [compat] -ITensorTestPackage = "0.1" +ITensorTestPackage = "0.1, 0.2" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index c1830f5..e0822da 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -11,6 +11,6 @@ path = ".." [compat] Aqua = "0.8.9" ITensorPkgSkeleton = "0.3.42" -ITensorTestPackage = "0.1" +ITensorTestPackage = "0.1, 0.2" ITensorTestPackageDependent = "0.1" Test = "1.10"