From 3052f42fa6dae577a0cf6c93e5bc5f0790942b1a Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Sat, 5 Oct 2024 17:56:14 -0700 Subject: [PATCH] chore: Release juliaup version 1.17.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a4144e7..d3a3af5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -990,7 +990,7 @@ dependencies = [ [[package]] name = "juliaup" -version = "1.17.6" +version = "1.17.7" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 4afd0a73..06694f56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juliaup" -version = "1.17.6" +version = "1.17.7" description = "Julia installer and version multiplexer" repository = "https://github.com/julialang/juliaup" license = "MIT"