Skip to content

Commit

Permalink
Merge pull request #3 from insight-platform/070-update-savant-rs-030
Browse files Browse the repository at this point in the history
Update savant-rs to 0.3.0
  • Loading branch information
bwsw authored Jun 17, 2024
2 parents cc1ab0b + 44d398d commit 8c15b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tokio-timerfd = "0.2"
uuid = { version = "1", features = ["v7"] }

[workspace.package]
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Ivan Kudriavtsev <ivan.a.kudryavtsev@gmail.com>"]
description = "ReplayDB Service"
Expand Down
2 changes: 1 addition & 1 deletion replaydb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ md-5 = "0.10"
mini-moka = "0.10"
ring = "0.17"
rocksdb = { version = "0.22" }
savant_core = { git = "https://github.com/insight-platform/savant-rs", tag = "0.2.30" }
savant_core = { git = "https://github.com/insight-platform/savant-rs", tag = "0.3.0" }
twelf = { version = "0.15", features = ["json", "env", "shellexpand"], default-features = false }

anyhow = { workspace = true }
Expand Down

0 comments on commit 8c15b7d

Please sign in to comment.