Skip to content

Commit 77baab8

Browse files
committed
Patch bump
1 parent 7271e1f commit 77baab8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ArrayInterface"
22
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
3-
version = "6.0.4"
3+
version = "6.0.5"
44

55
[deps]
66
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"

lib/ArrayInterfaceCore/src/ArrayInterfaceCore.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ end
1111
_is_reshaped(::Type{<:Base.ReinterpretArray}) = false
1212

1313
@static if isdefined(Base, Symbol("@assume_effects"))
14-
using Base: @constprop
1514
using Base: @assume_effects
1615
else
1716
macro assume_effects(_, ex)

0 commit comments

Comments
 (0)