From 6a6ddd4e53c0dc8013a09f2718031ba866aabf2c Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Mon, 7 Oct 2024 11:12:09 -0700 Subject: [PATCH] chore: Release juliaup version 1.17.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3a3af5d..f54a8019 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -990,7 +990,7 @@ dependencies = [ [[package]] name = "juliaup" -version = "1.17.7" +version = "1.17.8" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 41e0bdb4..7f6837f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juliaup" -version = "1.17.7" +version = "1.17.8" description = "Julia installer and version multiplexer" repository = "https://github.com/julialang/juliaup" license = "MIT"