Skip to content

Commit

Permalink
Merge pull request #186 from samply/enola-dkfz-patch-1
Browse files Browse the repository at this point in the history
Laplace version bump, focus version bump
  • Loading branch information
enola-dkfz authored Nov 14, 2024
2 parents 149cb30 + 2d479b4 commit 49be488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "focus"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
license = "Apache-2.0"

Expand All @@ -16,7 +16,7 @@ chrono = "0.4.31"
indexmap = "2.1.0"
tokio = { version = "1.25.0", default-features = false, features = ["signal", "rt-multi-thread", "macros"] }
beam-lib = { git = "https://github.com/samply/beam", branch = "develop", features = ["http-util"] }
laplace_rs = {git = "https://github.com/samply/laplace-rs.git", tag = "v0.3.0" }
laplace_rs = {git = "https://github.com/samply/laplace-rs.git", tag = "v0.4.0" }
uuid = "1.8.0"
rand = { default-features = false, version = "0.8.5" }
futures-util = { version = "0.3", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 49be488

Please sign in to comment.