From 7de6f668432120f96ec8e1245b0bea3454f4ed94 Mon Sep 17 00:00:00 2001 From: Eguo Wang Date: Sun, 14 Jan 2024 15:08:26 +0800 Subject: [PATCH] Bump version from 0.6.2 to 0.6.3 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e5e984d..a5bfa1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "amp-common" description = "Rust libraries shared across Amphitheatre components and libraries" -version = "0.6.2" +version = "0.6.3" edition = "2021" license = "Apache-2.0" homepage = "https://amphitheatre.app" @@ -14,7 +14,7 @@ readme = "README.md" anyhow = "1.0.66" data-encoding = "2.3.3" chrono = "0.4.23" -confy = "0.5.1" +confy = "0.6.0" convert_case = "0.6.0" dirs = "5.0.1" json_comments = "0.2.1"