Skip to content

Commit 96a1253

Browse files
authored
Apply workspace patch (#18)
1 parent efcf36f commit 96a1253

3 files changed

Lines changed: 5 additions & 5 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 = "FileUtils"
22
uuid = "3ab64cf3-766e-4aaa-abdf-a104b28521f5"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org> and contributors"]
55

66
[workspace]

docs/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
FileUtils = "3ab64cf3-766e-4aaa-abdf-a104b28521f5"
44

5-
[sources]
6-
FileUtils = {path = ".."}
5+
[sources.FileUtils]
6+
path = ".."
77

88
[compat]
99
Documenter = "1"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
44
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
55
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
66

7-
[sources]
8-
FileUtils = {path = ".."}
7+
[sources.FileUtils]
8+
path = ".."
99

1010
[compat]
1111
FileUtils = "0.1"

0 commit comments

Comments
 (0)