Version 1.1.5!
This commit is contained in:
parent
49969b307a
commit
39aa3963b0
|
@ -229,7 +229,7 @@ checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "opml"
|
name = "opml"
|
||||||
version = "1.1.4"
|
version = "1.1.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hard-xml",
|
"hard-xml",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -238,7 +238,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "opml_cli"
|
name = "opml_cli"
|
||||||
version = "1.1.4"
|
version = "1.1.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "opml"
|
||||||
description = "OPML library for Rust."
|
description = "OPML library for Rust."
|
||||||
repository = "https://git.bauke.xyz/Holllo/opml"
|
repository = "https://git.bauke.xyz/Holllo/opml"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "1.1.4"
|
version = "1.1.5"
|
||||||
authors = ["Holllo <helllo@holllo.org>"]
|
authors = ["Holllo <helllo@holllo.org>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "opml_cli"
|
||||||
description = "OPML for the command-line."
|
description = "OPML for the command-line."
|
||||||
repository = "https://git.bauke.xyz/Holllo/opml"
|
repository = "https://git.bauke.xyz/Holllo/opml"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "1.1.4"
|
version = "1.1.5"
|
||||||
authors = ["Holllo <helllo@holllo.org>"]
|
authors = ["Holllo <helllo@holllo.org>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
@ -24,7 +24,7 @@ features = ["derive"]
|
||||||
|
|
||||||
[dependencies.opml]
|
[dependencies.opml]
|
||||||
path = "../opml_api"
|
path = "../opml_api"
|
||||||
version = "1.1.4"
|
version = "1.1.5"
|
||||||
|
|
||||||
[dependencies.serde]
|
[dependencies.serde]
|
||||||
version = "1.0.145"
|
version = "1.0.145"
|
||||||
|
|
Loading…
Reference in New Issue