diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-06 13:06:25 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-06 13:06:25 +0200 |
commit | b4a6cbfe411f6420922040061c72ffa4febf7111 (patch) | |
tree | 94f755a730b6641c8e5d6399e4c046c92f46aa29 /ebml_derive | |
parent | 5ccadd8349d30de62959cb98ece6eebd3d50d40b (diff) | |
download | jellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar jellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar.bz2 jellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar.zst |
update things
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 a90b2a5..c60269c 100644 --- a/ebml_derive/Cargo.toml +++ b/ebml_derive/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" proc-macro = true [dependencies] -syn = "2.0.66" +syn = "2.0.68" quote = "1.0.36" |