Skip to content

Commit 2df994a

Browse files
andreasnoackthautwarm
authored andcommitted
Get rid of deprecation warning
1 parent 5ea7624 commit 2df994a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name = "JuliaVariables"
22
uuid = "b14d175d-62b4-44ba-8fb7-3064adc8c3ec"
33
authors = ["thautwarm"]
4-
version = "0.2.2"
4+
version = "0.2.3"
55

66
[deps]
77
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
88
NameResolution = "71a1bf82-56d0-4bbc-8a3c-48b961074391"
99

1010
[compat]
11-
MLStyle = "~0.3.1, ~0.4.1"
11+
MLStyle = "0.4.2"
1212
NameResolution = "~0.1.3"
1313
julia = "1"
1414

src/JuliaVariables.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export solve_from_local, solve_from_local!, solve, solve!, simplify_ex
66
using NameResolution
77
using Base.Enums
88
using MLStyle
9-
@use UppercaseCapturing
9+
1010
IdDict = Base.IdDict
1111
Analyzer = NameResolution.Analyzer
1212

0 commit comments

Comments
 (0)