From f44a189b6366d1e5fb528af3428a6770506e4557 Mon Sep 17 00:00:00 2001 From: Jake Ireland Date: Tue, 5 Nov 2024 23:24:10 +1300 Subject: [PATCH] Remove sources from subprojects I think it's unnecessary. It seems like Julia knows what to do. --- docs/Project.toml | 3 --- perf/Project.toml | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 5996512..bf65e73 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,6 +1,3 @@ [deps] CodingTheory = "89c41d41-0018-4667-9435-0b7cbc9fb764" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" - -[sources] -CodingTheory = {path = "../CodingTheory.jl"} diff --git a/perf/Project.toml b/perf/Project.toml index 8447e01..a818fa6 100644 --- a/perf/Project.toml +++ b/perf/Project.toml @@ -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"}