Skip to content

Commit

Permalink
Bump blockscout-service-launcher to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Dec 28, 2023
1 parent bad8909 commit 34dbce1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 6 deletions.
32 changes: 28 additions & 4 deletions stats/Cargo.lock

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

3 changes: 3 additions & 0 deletions stats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ members = [
"stats/migration",
"stats/entity",
]

[workspace.dependencies]
blockscout-service-launcher = { version = "0.10.0" }
4 changes: 2 additions & 2 deletions stats/stats-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sea-orm = { version = "0.10", features = [
"runtime-tokio-rustls",
] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
blockscout-service-launcher = { git = "https://github.com/blockscout/blockscout-rs", rev = "3cdbb47", features = [ "database-0_10" ] }
blockscout-service-launcher = { workspace = true, features = [ "database-0_10" ] }
cron = "0.12"
convert_case = "0.6.0"
itertools = "0.11.0"
Expand All @@ -33,5 +33,5 @@ serde_json = "1.0"

[dev-dependencies]
stats = { path = "../stats", features = ["test-utils"] }
blockscout-service-launcher = { git = "https://github.com/blockscout/blockscout-rs", rev = "3cdbb47", features = [ "database-0_10", "test-server" ] }
blockscout-service-launcher = { workspace = true, features = [ "database-0_10", "test-server" ] }
pretty_assertions = "1.3"

0 comments on commit 34dbce1

Please sign in to comment.