From f160605cc86cbe7d8ec7a1b717a8cac845ce98ee Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Tue, 3 Sep 2024 13:36:59 -0700 Subject: [PATCH] chore: Release juliaup version 1.17.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b9a31ea..f8196368 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -997,7 +997,7 @@ dependencies = [ [[package]] name = "juliaup" -version = "1.17.5" +version = "1.17.6" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index e3abc458..f6ce7650 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juliaup" -version = "1.17.5" +version = "1.17.6" description = "Julia installer and version multiplexer" repository = "https://github.com/julialang/juliaup" license = "MIT"