Skip to content

Commit

Permalink
chore: make gbdt-rs dependency unambiguous (letsql#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mesejo authored Aug 19, 2024
1 parent 688e68f commit e62ebd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ datafusion-sql = ">=40.0.0,<42"
futures = "0.3"
async-trait = "0.1"
arrow = ">=52.2.0,<53"
gbdt = { git = "https://github.com/letsql/gbdt-rs.git", branch = "feat/add-feature-mapping" }
gbdt = { git = "https://github.com/letsql/gbdt-rs.git", rev = "8262de1d20ab6dc7c7e6778b243578d190fb6a62" }
parking_lot = { version = "0.12" }
arrow-ord = ">=52.2.0,<53"
datafusion-functions-aggregate = { version = ">=40.0.0,<42" }
Expand Down

0 comments on commit e62ebd3

Please sign in to comment.