Skip to content

Commit b25dbb5

Browse files
authored
Fix path to ChainRulesCore in Manifest
1 parent c8f46d2 commit b25dbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ version = "1.16.1+1"
3838

3939
[[ChainRulesCore]]
4040
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
41-
path = "/home/hyrodium/.julia/dev/ChainRulesCore"
41+
path = ".."
4242
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
4343
version = "1.16.0"
4444

0 commit comments

Comments
 (0)