diff options
author | Vika <vika@fireburn.ru> | 2024-12-31 00:49:13 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-12-31 00:57:00 +0300 |
commit | fecd5b75396f02be26d75aa5db48aaef723298c5 (patch) | |
tree | db4c47883cccff7196f320569fea691af0cca49e /templates-neo/Cargo.toml | |
parent | a18eb65b31676a7ee2a952437cc302265e5868da (diff) | |
download | kittybox-fecd5b75396f02be26d75aa5db48aaef723298c5.tar.zst |
microformats: 0.12.0 -> 0.14.0
Even though there is no corresponding source published to GitLab, it seems the package is fine and is still maintained. I also had to manually fix a versioning glitch because the required microformats-types version was not bumped. Change-Id: I6c052fac465f7e8c3d8cbb785f73e750c546d7a3
Diffstat (limited to 'templates-neo/Cargo.toml')
-rw-r--r-- | templates-neo/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates-neo/Cargo.toml b/templates-neo/Cargo.toml index f031ce6..a6c3b8a 100644 --- a/templates-neo/Cargo.toml +++ b/templates-neo/Cargo.toml @@ -38,4 +38,4 @@ path = "../util" version = "0.2.0" path = "../indieauth" [dependencies.microformats] -version="=0.12.0" +version="0.14.0" |