From bb46fb306fdf346d427e05701ccbedca881dd801 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Fri, 12 Jul 2024 18:37:15 +0200 Subject: [PATCH] chore: Release juliaup version 1.16.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f537ddef..6f18e0f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -987,7 +987,7 @@ dependencies = [ [[package]] name = "juliaup" -version = "1.16.9" +version = "1.16.10" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 4ec70e25..f5f679f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juliaup" -version = "1.16.9" +version = "1.16.10" description = "Julia installer and version multiplexer" repository = "https://github.com/julialang/juliaup" license = "MIT"