Skip to content

Commit 9bc3b95

Browse files
TEMP COMMIT add deved packages to sources
add moshi to sources
1 parent 76e01b6 commit 9bc3b95

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
9191

9292
[targets]
9393
test = ["BenchmarkTools", "Documenter", "LabelledArrays", "Pkg", "PkgBenchmark", "Random", "ReferenceTests", "ReverseDiff", "SafeTestsets", "Test", "Zygote", "OhMyThreads", "RuntimeGeneratedFunctions"]
94+
95+
[sources]
96+
WeakCacheSets = {url="https://github.com/JuliaCollections/WeakCacheSets.jl"}
97+
Moshi = {url="https://github.com/AayushSabharwal/Moshi.jl", rev="as/mutable-adt"}

benchmark/Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
[deps]
2+
3+
[sources]
4+
WeakCacheSets = {url="https://github.com/JuliaCollections/WeakCacheSets.jl"}
5+
Moshi = {url="https://github.com/AayushSabharwal/Moshi.jl", rev="as/mutable-adt"}

0 commit comments

Comments
 (0)