Skip to content

Commit

Permalink
Bump to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denysvitali authored Aug 5, 2024
1 parent ed60d98 commit 08d9a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
gobject-sys = "0.15"

0 comments on commit 08d9a6e

Please sign in to comment.