From fd38f0e635495b063fa86a6db7e7675a614b0706 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Fri, 2 Feb 2024 13:06:40 -0800 Subject: [PATCH] chore: Release juliaup version 1.14.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3369a694..16903e24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -969,7 +969,7 @@ dependencies = [ [[package]] name = "juliaup" -version = "1.14.2" +version = "1.14.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index be098118..a70ceb28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juliaup" -version = "1.14.2" +version = "1.14.3" description = "Julia installer and version multiplexer" repository = "https://github.com/julialang/juliaup" license = "MIT"