Version 1.1.6!

This commit is contained in:
Bauke 2024-01-21 13:59:35 +01:00
parent 7c20a44619
commit 57b6c64ea0
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -246,7 +246,7 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
[[package]]
name = "opml"
version = "1.1.5"
version = "1.1.6"
dependencies = [
"hard-xml",
"serde",
@ -255,7 +255,7 @@ dependencies = [
[[package]]
name = "opml_cli"
version = "1.1.5"
version = "1.1.6"
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.5"
version = "1.1.6"
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.5"
version = "1.1.6"
authors = ["Holllo <helllo@holllo.org>"]
edition = "2021"
readme = "../README.md"