Skip to content

Commit

Permalink
Merge pull request #37 from arkedge/bump-internal-deps-version
Browse files Browse the repository at this point in the history
Bump internal c2a-tlmcmddb deps version to 2.5
  • Loading branch information
sksat authored Dec 22, 2023
2 parents 86717f9 + 37b6341 commit 25edae5
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 31 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[patch.crates-io]
tlmcmddb = { path = "./tlmcmddb" }
tlmcmddb-csv = { path = "./tlmcmddb-csv" }
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 2.5.1 (2023-12-22)

### Internal

- [#37](https://github.com/arkedge/c2a-tlmcmddb/pull/37): Bump internal c2a-tlmcmddb deps version to 2.5


## 2.5.0 (2023-12-22)

### Added
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "2.5.0"
version = "2.5.1"
repository = "https://github.com/arkedge/c2a-tlmcmddb"
readme = "README.md"

Expand Down
4 changes: 2 additions & 2 deletions tlmcmddb-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ readme.workspace = true
[dependencies]
anyhow = { version = "1", features = ["backtrace"] }
clap = { version = "4.4.11", features = ["derive"] }
tlmcmddb = "0.2.0"
tlmcmddb-csv = "0.2.0"
tlmcmddb = "2.5"
tlmcmddb-csv = "2.5"
serde_json = "1"
2 changes: 1 addition & 1 deletion tlmcmddb-csv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme.workspace = true
[dependencies]
anyhow = "1"
csv = "1.3.0"
tlmcmddb = "0.2.0"
tlmcmddb = "2.5"
serde = { version = "1.0.193", features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit 25edae5

Please sign in to comment.