Skip to content

Commit 43e20c7

Browse files
authored
Bumps version to 0.9.0 (#179)
1 parent 5b292fa commit 43e20c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ion-cli"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["The Ion Team <[email protected]>"]
55
edition = "2021"
66
description = "Command line tool for working with the Ion data format."
@@ -13,7 +13,7 @@ keywords = ["format", "parse", "encode"]
1313

1414
[dependencies]
1515
anyhow = "1.0"
16-
clap = { version = "4.5.8", features = ["cargo", "env","wrap_help"] }
16+
clap = { version = "4.5.8", features = ["cargo", "env", "wrap_help"] }
1717
colored = "2.0.0"
1818
digest = "0.9"
1919
sha2 = "0.9"

0 commit comments

Comments
 (0)