Skip to content

Commit

Permalink
feat: pull versioned binary
Browse files Browse the repository at this point in the history
  • Loading branch information
discord9 committed Dec 9, 2024
1 parent a337784 commit 7458a80
Show file tree
Hide file tree
Showing 5 changed files with 339 additions and 10 deletions.
187 changes: 179 additions & 8 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions tests/runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ serde.workspace = true
serde_json.workspace = true
tokio-postgres = { workspace = true }
# sqlness 0.6.0 have a bug causing `cargo sqlness` to fail(see https://github.com/CeresDB/sqlness/issues/68) which is fixed in 0.6.1
flate2 = "1.0"
hex = "0.4.3"
reqwest = "0.12.9"
sha2 = "=0.10.8"
sqlness = "0.6.1"
tar = "0.4.43"
tempfile.workspace = true
tinytemplate = "1.2"
tokio.workspace = true
tokio-stream.workspace = true
Loading

0 comments on commit 7458a80

Please sign in to comment.