Skip to content

Commit ce1d71b

Browse files
committed
Unpin Mooncake, but pin Julia=1.10.8
1 parent 82eccc3 commit ce1d71b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ Random = "1.6"
7272
Requires = "1"
7373
Statistics = "1"
7474
Test = "1.6"
75-
julia = "1.10"
75+
julia = "1.10.8"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const AQUA = get(ENV, "AQUA", "true") == "true"
3939
# Detect if prerelease version, if so, we skip some tests
4040
const IS_PRERELEASE = !isempty(VERSION.prerelease)
4141
if !IS_PRERELEASE
42-
Pkg.add(; name="Mooncake", version="0.4.136")
42+
Pkg.add("Mooncake")
4343
using Mooncake: Mooncake
4444
end
4545

0 commit comments

Comments
 (0)