From d70245c3591adb9c4c0e048c10b089d153a09343 Mon Sep 17 00:00:00 2001 From: Josh Day Date: Mon, 19 Feb 2024 09:25:52 -0500 Subject: [PATCH] another typo --- Project.toml | 2 +- src/DepotDelivery.jl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a50d289..573d6c7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DepotDelivery" uuid = "5c353f05-31b8-41b6-b09f-65e5456b8b1e" authors = ["Josh Day and contributors"] -version = "0.1.4" +version = "0.1.5" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/src/DepotDelivery.jl b/src/DepotDelivery.jl index d55a4be..cacea81 100644 --- a/src/DepotDelivery.jl +++ b/src/DepotDelivery.jl @@ -51,6 +51,7 @@ function build(path::String; platform = Base.BinaryPlatforms.HostPlatform()) cp(path, joinpath(depot, "dev", name)) Pkg.activate() + Pkg.develop(name) Pkg.instantiate(; platform) open(io -> TOML.print(io, build_spec), joinpath(depot, "config", "depot_build.toml"), "w")