From afb976ae2988b0a4e0bdce65147e30b7501532f0 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.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d40bc0..89f31d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1370,7 +1370,7 @@ dependencies = [ [[package]] name = "x509-path-finder" -version = "0.7.1-sync.2" +version = "0.7.1-sync.3" dependencies = [ "bytes", "const-oid", 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"