diff --git a/rust/Cargo.lock b/rust/Cargo.lock index abb33d2..87c0e42 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -41,7 +41,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" [[package]] name = "kuliya" -version = "0.1.0" +version = "0.1.2" dependencies = [ "nest_struct", "serde", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index e5eff24..191b467 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kuliya" description = "A library for querying Algerian education dataset." -version = "0.1.0" +version = "0.1.2" edition = "2021" license = "MIT"