Skip to content

Commit

Permalink
rust: pin sqlx to rev due to arm build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Jun 13, 2024
1 parent cae74b2 commit 5539d01
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions 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 @@ -35,7 +35,7 @@ bcrypt = "0.15.0"
bytes = "1.5.0"
clap = { version = "4.5.4", features = ["env", "derive", "color"] }

sqlx = { git = "https://github.com/launchbadge/sqlx", default-features = true, features = ["runtime-tokio", "sqlite", "tls-rustls", "json"] }
sqlx = { git = "https://github.com/launchbadge/sqlx", default-features = true, features = ["runtime-tokio", "sqlite", "tls-rustls", "json"], rev = "8b7f352be831786f2ef18c12b7a66f75ed978032" }

filetime = "0.2.23"
glob = "0.3.1"
Expand Down

0 comments on commit 5539d01

Please sign in to comment.