Skip to content

Commit 9a038af

Browse files
authored
Bump to 0.3.1 and remove old Printf dependency (#209)
1 parent aaaae29 commit 9a038af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Project.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
name = "JuliaSyntax"
22
uuid = "70703baa-626e-46a2-a12c-08ffd08c73b4"
33
authors = ["Chris Foster <[email protected]> and contributors"]
4-
version = "0.3.0"
4+
version = "0.3.1"
55

66
[compat]
77
julia = "1.0"
88

99
[deps]
1010

1111
[extras]
12-
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1312
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1413

1514
[targets]
16-
test = ["Test", "Printf"]
15+
test = ["Test"]

0 commit comments

Comments
 (0)