Skip to content

Commit 54ed1a5

Browse files
yuyichaojrevels
authored andcommitted
Fix 0.6 abstract type declaration depwarn (#191)
1 parent d01a643 commit 54ed1a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
julia 0.5
22
DiffBase 0.0.3
3-
Compat 0.8.6
3+
Compat 0.17.0
44
Calculus 0.2.0
55
NaNMath 0.2.2

src/config.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
abstract AbstractConfig
1+
@compat abstract type AbstractConfig end
22

33
###########
44
# Config #

0 commit comments

Comments
 (0)