Skip to content

Commit

Permalink
Use rev to pinpoint to a specific version (#53)
Browse files Browse the repository at this point in the history
Otherwise it's not very obvious that the parser has been updated

Also, you need to force a cargo update to get the updated parser
  • Loading branch information
hansott authored Jan 14, 2025
1 parent e86ea04 commit 491eb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
oxc = "0.38.0"
regex = "1.10.6"
sqlparser = { git = "https://github.com/AikidoSec/datafusion-sqlparser-rs.git", branch = "main" }
sqlparser = { git = "https://github.com/AikidoSec/datafusion-sqlparser-rs.git", rev = "3fb8f4be8481d278e874717dd2b86600e139e9ff" }
url = "2.5.2"
wasm-bindgen = "0.2"

Expand Down

0 comments on commit 491eb4f

Please sign in to comment.