Skip to content

Commit 96221ff

Browse files
committed
Use constprop from Compat
No longer available in Static.
1 parent f823e0b commit 96221ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Tricks = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
2929
[compat]
3030
ChainRulesCore = "1"
3131
ChangesOfVariables = "0.1.3"
32-
Compat = "3.35, 4"
32+
Compat = "3.36, 4"
3333
ConstructionBase = "1.3"
3434
DensityInterface = "0.4"
3535
FillArrays = "0.12, 0.13"

src/MeasureBase.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ include("insupport.jl")
4646

4747
abstract type AbstractMeasure end
4848

49-
using Static: @constprop
49+
using Compat: @constprop
5050

5151
function Pretty.quoteof(d::M) where {M<:AbstractMeasure}
5252
the_names = fieldnames(typeof(d))

0 commit comments

Comments
 (0)