Skip to content

Commit 49be488

Browse files
authored
Merge pull request #186 from samply/enola-dkfz-patch-1
Laplace version bump, focus version bump
2 parents 149cb30 + 2d479b4 commit 49be488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "focus"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55
license = "Apache-2.0"
66

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

0 commit comments

Comments
 (0)