mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
Force sqlx version to remain <0.7.0 (#1858)
This commit is contained in:
committed by
GitHub
parent
4034ab07df
commit
66bddb6db6
+1
-1
@@ -144,7 +144,7 @@ swc_ecma_ast = "0.106.2"
|
||||
base64 = "0.21.0"
|
||||
hmac = "0.12.1"
|
||||
sha2 = "0.10.6"
|
||||
sqlx = { version = "^0", features = [
|
||||
sqlx = { version = "0.6", features = [
|
||||
"offline",
|
||||
"macros",
|
||||
"migrate",
|
||||
|
||||
Reference in New Issue
Block a user