From 3442351223c9bab90d81f032dbf924e73591b551 Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 20 Jul 2022 14:25:56 +0200 Subject: [PATCH] Version 1.1.4. --- Cargo.lock | 4 ++-- opml_api/Cargo.toml | 2 +- opml_cli/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac592ee..76c2246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" [[package]] name = "opml" -version = "1.1.3" +version = "1.1.4" dependencies = [ "hard-xml", "serde", @@ -169,7 +169,7 @@ dependencies = [ [[package]] name = "opml_cli" -version = "1.1.3" +version = "1.1.4" dependencies = [ "assert_cmd", "clap", diff --git a/opml_api/Cargo.toml b/opml_api/Cargo.toml index 5f26099..171796c 100644 --- a/opml_api/Cargo.toml +++ b/opml_api/Cargo.toml @@ -4,7 +4,7 @@ name = "opml" description = "An OPML parser for Rust." authors = ["Holllo "] -version = "1.1.3" +version = "1.1.4" license = "MIT OR Apache-2.0" repository = "https://github.com/Holllo/opml" readme = "../README.md" diff --git a/opml_cli/Cargo.toml b/opml_cli/Cargo.toml index 2cf5bf6..1590aca 100644 --- a/opml_cli/Cargo.toml +++ b/opml_cli/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "opml_cli" description = "An OPML parser for the command-line." -version = "1.1.3" +version = "1.1.4" authors = ["Holllo "] license = "MIT OR Apache-2.0" repository = "https://github.com/Holllo/opml" @@ -21,7 +21,7 @@ serde_json = "1.0.68" [dependencies.opml] path = "../opml_api" -version = "1.1.3" +version = "1.1.4" [dependencies.serde] version = "1.0.130"