Skip to content

Commit

Permalink
chore: dep use rev not patch
Browse files Browse the repository at this point in the history
  • Loading branch information
discord9 committed Jun 20, 2024
1 parent 98c1270 commit 73ecc0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,3 @@ strip = true
[profile.dev.package.tests-fuzz]
debug = false
strip = true

# use sqlness with the latest changes which support SLEEP, will remove this after sqlness with the changes is released
[patch.crates-io]
sqlness = { git = "https://github.com/CeresDB/sqlness.git", rev = "5469532cdaf87791b3af5d7e2918e92725f8dfc5" }
3 changes: 2 additions & 1 deletion tests/runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ common-recordbatch.workspace = true
common-time.workspace = true
serde.workspace = true
serde_json.workspace = true
sqlness = { version = "0.6" }
# use sqlness with the latest changes which support SLEEP, will remove this after sqlness with the changes is released
sqlness = { git = "https://github.com/CeresDB/sqlness.git", rev = "5469532cdaf87791b3af5d7e2918e92725f8dfc5" }
tempfile.workspace = true
tinytemplate = "1.2"
tokio.workspace = true

0 comments on commit 73ecc0d

Please sign in to comment.