Skip to content

Commit

Permalink
Merge branch 'main' into compathelper/new_version/2024-06-06-19-48-26…
Browse files Browse the repository at this point in the history
…-819-01268771941
  • Loading branch information
vchuravy authored Jun 7, 2024
2 parents 66730a2 + 3f7b80e commit 22462d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
shell: julia --color=yes {0}
run: |
import CompatHelper
CompatHelper.main(; include_jll = true, subdirs = ["", "docs", "test", "deps", "lib/EnzymeCore", "lib/EnzymeCore/test", "lib/EnzymeTestUtils", "lib/EnzymeTestUtils/test"])
CompatHelper.main(; include_jll = true, subdirs = ["", "docs", "deps", "lib/EnzymeCore", "lib/EnzymeTestUtils"])
4 changes: 4 additions & 0 deletions deps/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"

[compat]
Scratch = "1"
Preferences = "1"
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Documenter = "0.27.8"
Literate = "2"
Documenter = "0.27.8, 1"

0 comments on commit 22462d7

Please sign in to comment.