summaryrefslogtreecommitdiff
path: root/rsvg-bench/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rsvg-bench/Cargo.toml')
-rw-r--r--rsvg-bench/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsvg-bench/Cargo.toml b/rsvg-bench/Cargo.toml
index f951faf9..4eecd476 100644
--- a/rsvg-bench/Cargo.toml
+++ b/rsvg-bench/Cargo.toml
@@ -16,5 +16,5 @@ documentation = "https://gnome.pages.gitlab.gnome.org/librsvg/doc/rsvg/index.htm
anyhow = "1.0"
cairo-rs = { version = "0.17", features=["v1_16", "png", "pdf", "ps", "svg"] }
clap = { version = "4.0.17", features = ["cargo", "derive"] } # rsvg-convert
-librsvg = { version = "*", path = "../rsvg" }
+librsvg = { path = "../rsvg" }
thiserror = "1.0" \ No newline at end of file