Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Nov 20, 2022
1 parent e8d8347 commit 2c6e12c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

14 changes: 6 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ edition = "2021"
license = "MIT"
name = "teracli"
readme = "README.md"
version = "0.2.2"
version = "0.2.3"

[dependencies]
clap = {version = "4", features = ["derive", "env", "unicode", "cargo"]}
clap = { version = "4", features = ["derive", "env", "unicode", "cargo"] }
env_logger = "0.9"
log = "0.4"
serde = "1.0"
serde_json = {version = "1.0", optional = false}
serde_yaml = {version = "0.9", optional = false}
serde_json = { version = "1.0", optional = false }
serde_yaml = { version = "0.9", optional = false }
tera = "1.17"
toml = {version = "0.5", optional = false}
toml = { version = "0.5", optional = false }

[dev-dependencies]
assert_cmd = "2.0"
Expand All @@ -26,9 +26,7 @@ name = "tera"
path = "src/main.rs"

[package.metadata.deb]
assets = [
["target/release/tera", "usr/bin/", "755"],
]
assets = [["target/release/tera", "usr/bin/", "755"]]
copyright = "2021, Wilfried Kopp aka. Chevdor <chevdor@gmail.com>"
depends = "$auto"
extended-description = """\
Expand Down

0 comments on commit 2c6e12c

Please sign in to comment.