diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-12-10 16:21:38 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-12-10 16:21:38 +0100 |
| commit | a0cfd77b4d19c43a28c4d82072e6ff136e336af3 (patch) | |
| tree | 05df9f5faa54cef0ae4136fffddea57fbbafee6b /stream | |
| parent | 242d5763d451eed2402be7afde50cd9fa0d6bc79 (diff) | |
| download | jellything-a0cfd77b4d19c43a28c4d82072e6ff136e336af3.tar jellything-a0cfd77b4d19c43a28c4d82072e6ff136e336af3.tar.bz2 jellything-a0cfd77b4d19c43a28c4d82072e6ff136e336af3.tar.zst | |
refactor import plugins part 1
Diffstat (limited to 'stream')
| -rw-r--r-- | stream/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/Cargo.toml b/stream/Cargo.toml index 015966c..fa68ec8 100644 --- a/stream/Cargo.toml +++ b/stream/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "jellystream" version = "0.1.0" -edition = "2021" +edition = "2024" [dependencies] jellycommon = { path = "../common" } |