From a12b4150045e4be303c7bb83988e517c4b4d83c8 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Sat, 31 Aug 2024 10:58:09 -0700 Subject: [PATCH] chore: Release juliaup version 1.17.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62dcf7c8..d7320ffe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -987,7 +987,7 @@ dependencies = [ [[package]] name = "juliaup" -version = "1.17.4" +version = "1.17.5" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 2ccd03a4..e6cb69a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juliaup" -version = "1.17.4" +version = "1.17.5" description = "Julia installer and version multiplexer" repository = "https://github.com/julialang/juliaup" license = "MIT"