From a2213b362927715195f746f1adb74a1b5820f9c4 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Tue, 17 Dec 2024 21:00:26 +0100 Subject: [PATCH] Bump version to 0.1.4 --- Cargo.lock | 4 ++-- purl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49862e6..0bbb9ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "aho-corasick" @@ -310,7 +310,7 @@ dependencies = [ [[package]] name = "purl" -version = "0.1.3" +version = "0.1.4" dependencies = [ "hex", "maplit", diff --git a/purl/Cargo.toml b/purl/Cargo.toml index 601b726..e09a7d4 100644 --- a/purl/Cargo.toml +++ b/purl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "purl" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "A Package URL implementation with customizable package types" repository = "https://github.com/phylum-dev/purl/"