Skip to content

Commit 5aee7a4

Browse files
committed
Apply workspace patch
1 parent cc3c82a commit 5aee7a4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensorFormatter"
22
uuid = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd"
3-
version = "0.2.22"
3+
version = "0.2.23"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

docs/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3-
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
43
ITensorFormatter = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd"
4+
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
55

6-
[sources]
7-
ITensorFormatter = {path = ".."}
6+
[sources.ITensorFormatter]
7+
path = ".."
88

99
[compat]
1010
Documenter = "1"
11-
Literate = "2"
1211
ITensorFormatter = "0.2"
12+
Literate = "2"

examples/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[deps]
22
ITensorFormatter = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd"
33

4-
[sources]
5-
ITensorFormatter = {path = ".."}
4+
[sources.ITensorFormatter]
5+
path = ".."
66

77
[compat]
88
ITensorFormatter = "0.2"

0 commit comments

Comments
 (0)