Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'generic/threadshare/Cargo.toml')
-rw-r--r--generic/threadshare/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml
index 0f73e6b52..ef5b97290 100644
--- a/generic/threadshare/Cargo.toml
+++ b/generic/threadshare/Cargo.toml
@@ -43,7 +43,7 @@ crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
[[example]]
-name = "benchmark"
+name = "ts-benchmark"
path = "examples/benchmark.rs"
[[example]]