Version 1.1.5!

This commit is contained in:
Bauke 2022-10-02 22:10:29 +02:00
parent 49969b307a
commit 7545039bec
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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 <helllo@holllo.org>"]
edition = "2021"
readme = "../README.md"

View File

@ -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 <helllo@holllo.org>"]
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"