From 61f2ce48733bb50df69db7af4faebef66e698708 Mon Sep 17 00:00:00 2001 From: Keith Date: Wed, 5 Jun 2024 23:40:48 -0400 Subject: [PATCH] Update version to 1.0.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4d5194..d189b29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "panamax" -version = "1.0.12" +version = "1.0.14" authors = ["k3d3 "] description = "Mirror rustup and crates.io repositories, for offline Rust and Cargo usage." license = "MIT/Apache-2.0"