[vlc-commits] [Git][videolan/vlc][master] Cargo.toml: exclude contrib from workspace

Tristan Matthews (@tmatth) gitlab at videolan.org
Wed May 28 14:08:10 UTC 2025



Tristan Matthews pushed to branch master at VideoLAN / VLC


Commits:
9fead5e5 by Tristan Matthews at 2025-05-28T13:53:05+00:00
Cargo.toml: exclude contrib from workspace

This fixes e.g., `make .rav1e`:
"Error: CliError { error: Some(current package believes it's in a workspace when it's not" when building..."

See:
https://github.com/rust-lang/cargo/issues/5418

Co-authored-by: Alexandre Janniaux <ajanni at videolabs.io>

- - - - -


1 changed file:

- Cargo.toml


Changes:

=====================================
Cargo.toml
=====================================
@@ -7,6 +7,7 @@ members = [
     "modules/logger/telegraf-rs/"
 ]
 resolver = "2"
+exclude = ["contrib"]
 
 [workspace.package]
 version = "4.0.0"



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9fead5e53540a48217c9ee5105de2ea2d1568bd7

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9fead5e53540a48217c9ee5105de2ea2d1568bd7
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list