From cb8ea3102989778316069a89c2eda82fe9ee4b42 Mon Sep 17 00:00:00 2001 From: Kikuo Emoto Date: Thu, 23 Nov 2023 17:17:42 +0900 Subject: [PATCH] chore: bump version to 0.7.1-sync.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b4a26d..a77de03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "x509-path-finder" -version = "0.7.1-sync.2" +version = "0.7.1-sync.3" edition = "2021" authors = ["Curtis Lee Fulton "] repository = "https://github.com/merlincinematic/x509-path-finder"