From 7545039becd9280bd1b284a637e6155c85dfcfe8 Mon Sep 17 00:00:00 2001 From: Bauke Date: Sun, 2 Oct 2022 22:10:29 +0200 Subject: [PATCH] Version 1.1.5! --- 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 c6f61e6..eea40fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1" [[package]] name = "opml" -version = "1.1.4" +version = "1.1.5" dependencies = [ "hard-xml", "serde", @@ -238,7 +238,7 @@ dependencies = [ [[package]] name = "opml_cli" -version = "1.1.4" +version = "1.1.5" dependencies = [ "assert_cmd", "clap", diff --git a/opml_api/Cargo.toml b/opml_api/Cargo.toml index dbf6a8d..469f844 100644 --- a/opml_api/Cargo.toml +++ b/opml_api/Cargo.toml @@ -5,7 +5,7 @@ name = "opml" description = "OPML library for Rust." repository = "https://git.bauke.xyz/Holllo/opml" license = "MIT OR Apache-2.0" -version = "1.1.4" +version = "1.1.5" authors = ["Holllo "] edition = "2021" readme = "../README.md" diff --git a/opml_cli/Cargo.toml b/opml_cli/Cargo.toml index 80ae940..adb375b 100644 --- a/opml_cli/Cargo.toml +++ b/opml_cli/Cargo.toml @@ -5,7 +5,7 @@ name = "opml_cli" description = "OPML for the command-line." repository = "https://git.bauke.xyz/Holllo/opml" license = "MIT OR Apache-2.0" -version = "1.1.4" +version = "1.1.5" authors = ["Holllo "] edition = "2021" readme = "../README.md" @@ -24,7 +24,7 @@ features = ["derive"] [dependencies.opml] path = "../opml_api" -version = "1.1.4" +version = "1.1.5" [dependencies.serde] version = "1.0.145"