We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec59a5 commit 07ebf98Copy full SHA for 07ebf98
2 files changed
Project.toml
@@ -1,6 +1,6 @@
1
name = "FunctionImplementations"
2
uuid = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
3
-version = "0.4.12"
+version = "0.4.13"
4
authors = ["ITensor developers <support@itensor.org> and contributors"]
5
6
[workspace]
test/Project.toml
@@ -1,3 +1,4 @@
+
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
@@ -11,8 +12,9 @@ StridedViews = "4db3bf67-4bd7-4b4e-b153-31dc3fb37143"
11
12
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
13
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
14
-[sources]
15
-FunctionImplementations = {path = ".."}
16
+[sources.FunctionImplementations]
17
+path = ".."
18
19
[compat]
20
Adapt = "4"
0 commit comments