From e362735b486555da349d6d18c3226ca3995f4bfa Mon Sep 17 00:00:00 2001 From: Denys Vitali Date: Thu, 14 Mar 2024 20:31:37 -0700 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb545ad..dbac33b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = [ ] name = "poppler" license = "GPL-2.0" -version = "0.4.0" +version = "0.5.0" description = "Wrapper for the GPL-licensed Poppler PDF rendering library." repository = "https://github.com/DMSrs/poppler-rs" edition = "2018"