From c5df6faf6cdb26951bf378e1633a0cf4bfe77a78 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Mon, 20 Nov 2023 16:34:25 -0800 Subject: [PATCH] chore: Release juliaup version 1.12.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 292ebfa2..22a8f80f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -942,7 +942,7 @@ dependencies = [ [[package]] name = "juliaup" -version = "1.12.4" +version = "1.12.5" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 763b2041..59625432 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juliaup" -version = "1.12.4" +version = "1.12.5" description = "Julia installer and version multiplexer" repository = "https://github.com/julialang/juliaup" license = "MIT"