diff --git a/01.workspace/heave/Cargo.toml b/01.workspace/heave/Cargo.toml index 3bd60ee..abdb9fb 100644 --- a/01.workspace/heave/Cargo.toml +++ b/01.workspace/heave/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heave" -version = "0.9.0" +version = "0.10.0" edition = "2024" description = "An Entity-Attribute-Value (EAV) system library for Rust, backed by SQLite." license = "MIT"