Skip to content

Commit

Permalink
fix UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilith Hafner authored and Lilith Hafner committed Oct 26, 2023
1 parent 776ab58 commit 3b94cf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.11.0-DEV"
manifest_format = "2.0"
project_hash = "e156d1c15377c90dc48f5ac1ec3ca266daaffad9"
project_hash = "87c6b71c2951571f0ea82fbbb137bf397e75bf04"

[[deps.ANSIColoredPrinters]]
git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
Expand Down Expand Up @@ -192,8 +192,10 @@ uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
version = "1.11.0"

[[deps.StyledStrings]]
path = ".."
uuid = "92321252-fe77-4646-85c5-5356cc5b73a0"
git-tree-sha1 = "3c2f3feb37bae372ff1e1793e45b782f4797ba95"
repo-rev = "lh/docs"
repo-url = ".."
uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
version = "1.11.0"

[[deps.TOML]]
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
StyledStrings = "92321252-fe77-4646-85c5-5356cc5b73a0"
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"

0 comments on commit 3b94cf9

Please sign in to comment.