Skip to content

Commit

Permalink
Remove sources from subprojects
Browse files Browse the repository at this point in the history
I think it's unnecessary.  It seems like Julia knows what to do.
  • Loading branch information
jakewilliami committed Nov 5, 2024
1 parent c65c5d8 commit f44a189
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[deps]
CodingTheory = "89c41d41-0018-4667-9435-0b7cbc9fb764"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[sources]
CodingTheory = {path = "../CodingTheory.jl"}
5 changes: 1 addition & 4 deletions perf/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[deps]
CodingTheory = "89c41d41-0018-4667-9435-0b7cbc9fb764"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CodingTheory = "89c41d41-0018-4667-9435-0b7cbc9fb764"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"

[sources]
CodingTheory = {path = "../CodingTheory.jl"}

0 comments on commit f44a189

Please sign in to comment.