diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9caaf..66a9f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2023-05-17 + +### Changed + +- Update the dependencies + ## [0.2.0] - 2023-05-15 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3311ade..2f715ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,9 +22,9 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" [[package]] name = "clafrica" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fff0323c343637921a48fbf28f1e7d340dd49cf57c235c1f11669c2d83bc649" +checksum = "a25dac7bc2cd57e3c87c951ece0f44be101a0e249a44e0d4d49ed11887b79b48" dependencies = [ "clafrica-lib", "enigo", @@ -41,7 +41,7 @@ checksum = "c6c95e9df81db5a18471ca28d1a693f417c0a5fdcbde90ab9438c16ebba6f0c3" [[package]] name = "clafrica-wish" -version = "0.1.1" +version = "0.2.0" dependencies = [ "clafrica", "rstk", @@ -239,9 +239,9 @@ checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" [[package]] name = "proc-macro2" -version = "1.0.56" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" +checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8" dependencies = [ "unicode-ident", ] @@ -311,9 +311,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.15" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" +checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index b359c61..284c0d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clafrica-wish" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Wish interface for the clafrica." repository = "https://github.com/pythonbrad/clafrica" @@ -12,7 +12,7 @@ keywords = ["african", "ime", "typing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clafrica = "0.2.1" +clafrica = "0.2.2" rstk = "0.1.0" serde = { version = "1.0.163", features = ["serde_derive"] } toml = "0.7.3"