Skip to content

Commit

Permalink
Merge pull request #147 from samply/fix/laplace-version
Browse files Browse the repository at this point in the history
laplace tag instead of branch
  • Loading branch information
enola-dkfz authored Jun 12, 2024
2 parents 2d977c3 + eaf4399 commit 072ffdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde_json = "1.0"
thiserror = "1.0.38"
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 = {version = "0.2.0", git = "https://github.com/samply/laplace-rs.git", branch = "main" }
laplace_rs = {git = "https://github.com/samply/laplace-rs.git", tag = "v0.3.0" }

# Logging
tracing = { version = "0.1.37", default_features = false }
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ allow = [
"ISC",
"BSD-3-Clause",
"Unicode-DFS-2016",
"Unicode-3.0",
#"Apache-2.0 WITH LLVM-exception",
]
# List of explicitly disallowed licenses
Expand Down

0 comments on commit 072ffdd

Please sign in to comment.