update api version with new implementation

This commit is contained in:
yggverse 2024-10-30 18:28:20 +02:00
parent 47f58f800d
commit 93985095a5
14 changed files with 221 additions and 178 deletions

View file

@ -1,5 +1,5 @@
pub mod body;
pub mod header;
pub mod meta;
pub use body::Body;
pub use header::Header;
pub use meta::Meta;