This is an automated email from the ASF dual-hosted git repository. kriskras99 pushed a commit to branch fix/small_things in repository https://gitbox.apache.org/repos/asf/avro-rs.git
commit ed4bc3251943e30cc65251f6db301a1efab5196b Author: Kriskras99 <[email protected]> AuthorDate: Wed Feb 25 21:44:05 2026 +0100 chore: Change the `ser_schema` module from file to directory --- avro/src/serde/{ser_schema.rs => ser_schema/mod.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/avro/src/serde/ser_schema.rs b/avro/src/serde/ser_schema/mod.rs similarity index 100% rename from avro/src/serde/ser_schema.rs rename to avro/src/serde/ser_schema/mod.rs
