Skip to content

Commit 0f1e767

Browse files
weakcachesets
1 parent 66c98e1 commit 0f1e767

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
3030
TaskLocalValues = "ed4db957-447d-4319-bfb6-7fa9ae7ecf34"
3131
TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"
3232
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
33+
WeakCacheSets = "d30d5f5c-d141-4870-aa07-aabb0f5fe7d5"
3334
WeakValueDicts = "897b6980-f191-5a31-bcb0-bf3c4585e0c1"
3435

3536
[weakdeps]

src/SymbolicUtils.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import ArrayInterface
2828
import ExproniconLite as EL
2929
import TaskLocalValues: TaskLocalValue
3030
using WeakValueDicts: WeakValueDict
31+
using WeakCacheSets: WeakCacheSet, getkey!
3132
using Base: RefValue
3233

3334
# include("WeakCacheSets.jl")

0 commit comments

Comments
 (0)