diff --git a/Cargo.toml b/Cargo.toml index e149e2e..23d0e9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lctree" -version = "0.3.2" +version = "0.3.3" edition = "2021" rust-version = "1.63" description = "Rust implementation of Link-Cut-Tree: self-balancing data structure to maintain a forest of rooted trees."