Version 1.1.2

This commit is contained in:
Bauke 2021-09-27 19:24:12 +02:00
parent 1ae347f2ef
commit a39b0b8db8
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -136,7 +136,7 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
[[package]]
name = "opml"
version = "1.1.1"
version = "1.1.2"
dependencies = [
"serde",
"strong-xml",
@ -145,7 +145,7 @@ dependencies = [
[[package]]
name = "opml_cli"
version = "1.1.1"
version = "1.1.2"
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.1"
version = "1.1.2"
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.1"
version = "1.1.2"
authors = ["Holllo <helllo@holllo.cc>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Holllo/opml"