Skip to content

Commit

Permalink
fix: wildcard dependencies are not allowed on crates.io
Browse files Browse the repository at this point in the history
Signed-off-by: R. Tyler Croy <[email protected]>
  • Loading branch information
rtyler committed Jan 24, 2025
1 parent 017ae25 commit f7745fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lakefs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ url = { workspace = true }
dashmap = "6"
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
reqwest = {version = "*", features = ["json"]}
reqwest = {version = "0.12", features = ["json"]}
http = "1.0.0"
delta_kernel = { workspace = true, features = [] }

Expand Down

0 comments on commit f7745fd

Please sign in to comment.