Skip to content

Commit 27930cd

Browse files
committed
Cleanup
1 parent cc62d40 commit 27930cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/precompile.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ end
7373
if VERSION.minor == 11
7474
m1 = "Manifest-v1.11.toml"
7575
m2 = "Manifest-v1.11.toml.default"
76+
elseif VERSION.minor == 12
77+
m1 = "Manifest-v1.12.toml"
78+
m2 = "Manifest-v1.12.toml.default"
7679
else
7780
m1 = "Manifest-v1.10.toml"
7881
m2 = "Manifest-v1.10.toml.default"

0 commit comments

Comments
 (0)