From 08d9a6e78edebd2debb20b6a35b1865c360b9896 Mon Sep 17 00:00:00 2001 From: Denys Vitali Date: Mon, 5 Aug 2024 22:47:42 +0200 Subject: [PATCH] Bump to 0.5.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8cf257c..55597b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = [ ] name = "poppler" license = "GPL-2.0" -version = "0.5.0" +version = "0.5.1" description = "Wrapper for the GPL-licensed Poppler PDF rendering library." repository = "https://github.com/DMSrs/poppler-rs" edition = "2018" @@ -16,4 +16,4 @@ render = ["dep:cairo-rs"] [dependencies] cairo-rs = { version = "0.18.5", features = ["png", "pdf"], optional = true } glib = "0.18.5" -gobject-sys = "0.15" \ No newline at end of file +gobject-sys = "0.15"