diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-11-12 22:33:18 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-11-12 22:33:18 +0100 |
| commit | f3af9263b0472bcef3207906ce0e4d1d4aa3595b (patch) | |
| tree | e7d0e26156ced50086ba4c4941fb6e8016c78349 /ebml_derive | |
| parent | 2efc5f9444402c5ef9db25887f2e95d184af8e05 (diff) | |
| download | jellything-f3af9263b0472bcef3207906ce0e4d1d4aa3595b.tar jellything-f3af9263b0472bcef3207906ce0e4d1d4aa3595b.tar.bz2 jellything-f3af9263b0472bcef3207906ce0e4d1d4aa3595b.tar.zst | |
debug clusters, fix clusters not found in seek head
Diffstat (limited to 'ebml_derive')
| -rw-r--r-- | ebml_derive/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebml_derive/Cargo.toml b/ebml_derive/Cargo.toml index 89e973d..bd821e9 100644 --- a/ebml_derive/Cargo.toml +++ b/ebml_derive/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" proc-macro = true [dependencies] -syn = "2.0.109" +syn = "2.0.110" quote = "1.0.42" |