Skip to content

Commit 4a85b47

Browse files
authored
Fix alias definition of CTask (#122)
* Define alias as `const` * Bump version
1 parent c81dab8 commit 4a85b47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uuid = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f"
33
license = "MIT"
44
desc = "Tape based task copying in Turing"
55
repo = "https://github.com/TuringLang/Libtask.jl.git"
6-
version = "0.6.9"
6+
version = "0.6.10"
77

88
[deps]
99
IRTools = "7869d1d1-7146-5819-86e3-90919afe41df"

Diff for: src/Libtask.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ include("tapedtask.jl")
1616
include("tarray.jl")
1717
include("tref.jl")
1818

19-
CTask = TapedTask
19+
const CTask = TapedTask
2020

2121
end

0 commit comments

Comments
 (0)