Version 1.1.4.

This commit is contained in:
Bauke 2022-07-20 14:25:56 +02:00
parent b4fadea55d
commit 3442351223
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

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

View File

@ -4,7 +4,7 @@
name = "opml"
description = "An OPML parser for Rust."
authors = ["Holllo <helllo@holllo.cc>"]
version = "1.1.3"
version = "1.1.4"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Holllo/opml"
readme = "../README.md"

View File

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