Skip to content

Commit 0645488

Browse files
author
Miha Zgubic
committed
bump patch
1 parent e07a369 commit 0645488

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ChainRules"
22
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
3-
version = "0.7.58"
3+
version = "0.7.59"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

src/rulesets/Base/nondiff.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ VERSION >= v"1.1" && @non_differentiable fieldtypes(T)
165165

166166
@non_differentiable ignorestatus(::Cmd)
167167
@non_differentiable in(::Any, ::Any)
168+
VERSION >= v"1.6" && @non_differentiable insorted(::Any, ::AbstractVector)
169+
VERSION >= v"1.6" && @non_differentiable insorted(::Any, ::AbstractRange)
168170
@non_differentiable include_dependency(::AbstractString)
169171
@non_differentiable isa(::Any, ::Any)
170172
@non_differentiable isabspath(::AbstractString)

0 commit comments

Comments
 (0)