From 6e84f0004e8f6590b433d772c2e5ce8fd0771571 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Sat, 8 Jun 2024 13:22:42 -0700 Subject: [PATCH] (cargo-release) version 1.14.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94ee8fd4..329d3c83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -986,7 +986,7 @@ dependencies = [ [[package]] name = "juliaup" -version = "1.14.8" +version = "1.14.9" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index dee08120..778fbc4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juliaup" -version = "1.14.8" +version = "1.14.9" description = "Julia installer and version multiplexer" repository = "https://github.com/julialang/juliaup" license = "MIT"