Skip to content

Commit

Permalink
Bump up verstion to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KOBA789 committed Jun 5, 2023
1 parent 021e0c3 commit 59753c3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 33 deletions.
33 changes: 6 additions & 27 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions tlmcmddb-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tlmcmddb-cli"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT"
description = "C2A TlmCmd DB utility"
Expand All @@ -11,6 +11,6 @@ repository = "https://github.com/arkedge/c2a-tlmcmddb"
[dependencies]
anyhow = { version = "1", features = ["backtrace"] }
clap = { version = "4.3.0", features = ["derive"] }
tlmcmddb = "0.1.0"
tlmcmddb-csv = "0.1.0"
tlmcmddb = "0.2.0"
tlmcmddb-csv = "0.2.0"
serde_json = "1"
4 changes: 2 additions & 2 deletions tlmcmddb-csv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tlmcmddb-csv"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT"
description = "C2A TlmCmd DB CSV parser"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/arkedge/c2a-tlmcmddb"
[dependencies]
anyhow = "1"
csv = "1.2.1"
tlmcmddb = "0.1.0"
tlmcmddb = "0.2.0"
serde = { version = "1.0.160", features = ["derive"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tlmcmddb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tlmcmddb"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT"
description = "C2A TlmCmd DB data model"
Expand Down

0 comments on commit 59753c3

Please sign in to comment.