We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CTask
1 parent c81dab8 commit 4a85b47Copy full SHA for 4a85b47
Project.toml
@@ -3,7 +3,7 @@ uuid = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f"
3
license = "MIT"
4
desc = "Tape based task copying in Turing"
5
repo = "https://github.com/TuringLang/Libtask.jl.git"
6
-version = "0.6.9"
+version = "0.6.10"
7
8
[deps]
9
IRTools = "7869d1d1-7146-5819-86e3-90919afe41df"
src/Libtask.jl
@@ -16,6 +16,6 @@ include("tapedtask.jl")
16
include("tarray.jl")
17
include("tref.jl")
18
19
-CTask = TapedTask
+const CTask = TapedTask
20
21
end
0 commit comments