[vlc-commits] [Git][videolan/vlc][master] 2 commits: cargo: single workspace
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sat Dec 7 20:47:57 UTC 2024
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
21075602 by Rémi Denis-Courmont at 2024-12-07T19:31:39+00:00
cargo: single workspace
- - - - -
2f06e983 by Rémi Denis-Courmont at 2024-12-07T19:31:39+00:00
rustup: select nightly toolchain
The stable flavour will refuse the compile. This makes the build work by
default.
- - - - -
3 changed files:
- src/rust/Cargo.toml → Cargo.toml
- − modules/Cargo.toml
- + rust-toolchain.toml
Changes:
=====================================
src/rust/Cargo.toml → Cargo.toml
=====================================
@@ -1,10 +1,6 @@
[workspace]
members = [
- "vlcrs-core",
- "vlcrs-macros",
- "vlcrs-messages",
- "vlcrs-plugin",
- "vlcrs-sys-generator"
+ "src/rust/vlcrs-*",
]
resolver = "2"
=====================================
modules/Cargo.toml deleted
=====================================
@@ -1,9 +0,0 @@
-[workspace]
-resolver = "2"
-members = []
-
-[workspace.dependencies]
-vlcrs-core = { path = "../src/rust/vlcrs-core" }
-vlcrs-macros = { path = "../src/rust/vlcrs-macros" }
-vlcrs-messages = { path = "../src/rust/vlcrs-messages" }
-vlcrs-plugin = { path = "../src/rust/vlcrs-plugin" }
=====================================
rust-toolchain.toml
=====================================
@@ -0,0 +1,3 @@
+[toolchain]
+channel = "nightly"
+profile = "default"
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/91cc4092bfa0c9f27292deac0332b95dc343e41a...2f06e9832cbf423f08ace0973cae7272cb0c4ccb
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/91cc4092bfa0c9f27292deac0332b95dc343e41a...2f06e9832cbf423f08ace0973cae7272cb0c4ccb
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