Skip to content

Commit 51db924

Browse files
Merge pull request #125 from tshort/demangle-default
Set `demangle=true` by default
2 parents 229863a + 84b9761 commit 51db924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StaticCompiler"
22
uuid = "81625895-6c0f-48fc-b932-11a18313743c"
33
authors = ["Tom Short and contributors"]
4-
version = "0.4.12"
4+
version = "0.5.0"
55

66
[deps]
77
Clang_jll = "0ee61d77-7f21-5576-8119-9fcc46b10100"
@@ -21,7 +21,7 @@ GPUCompiler = "0.19"
2121
LLVM = "5"
2222
MacroTools = "0.5"
2323
StaticTools = "0.8"
24-
julia = "1.8, 1.9"
24+
julia = "1.8"
2525

2626
[extras]
2727
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"

0 commit comments

Comments
 (0)