Skip to content

Commit

Permalink
Add missing compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Mar 4, 2025
1 parent 8f0068a commit d6b5deb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "UnspecifiedTypes"
uuid = "42b3faec-625b-4613-8ddc-352bf9672b8d"
authors = ["ITensor developers <[email protected]> and contributors"]
version = "0.1.3"
version = "0.1.4"

[compat]
julia = "1.10"
7 changes: 6 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[deps]
UnspecifiedTypes = "42b3faec-625b-4613-8ddc-352bf9672b8d"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
UnspecifiedTypes = "42b3faec-625b-4613-8ddc-352bf9672b8d"

[compat]
Documenter = "1.8.1"
Literate = "2.20.1"
UnspecifiedTypes = "0.1.3"
3 changes: 3 additions & 0 deletions examples/Project.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[deps]
UnspecifiedTypes = "42b3faec-625b-4613-8ddc-352bf9672b8d"

[compat]
UnspecifiedTypes = "0.1.3"
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Aqua = "0.8.9"
SafeTestsets = "0.1"
Suppressor = "0.2"
Test = "1.10"
UnspecifiedTypes = "0.1.3"

0 comments on commit d6b5deb

Please sign in to comment.