Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauke committed Jul 5, 2021
1 parent 53618bf commit f7d820e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion opml_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name = "opml"
description = "An OPML parser for Rust."
authors = ["Holllo <[email protected]>"]
version = "1.1.0"
version = "1.1.1"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Holllo/opml"
readme = "../README.md"
Expand Down
4 changes: 2 additions & 2 deletions opml_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[package]
name = "opml_cli"
description = "An OPML parser for the command-line."
version = "1.1.0"
version = "1.1.1"
authors = ["Holllo <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Holllo/opml"
Expand All @@ -17,7 +17,7 @@ path = "source/main.rs"

[dependencies]
clap = "2.33"
opml = { path = "../opml_api", version = "1.1.0" }
opml = { path = "../opml_api", version = "1.1.1" }
serde_json = "1.0"

[dependencies.serde]
Expand Down

0 comments on commit f7d820e

Please sign in to comment.