Skip to content

Commit

Permalink
Update cross
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Jun 20, 2024
1 parent e565bfc commit a67eea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-unwrap = { version = "0.10" }
url = "2"
utoipa = { version = "4.2.3", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "7.1.0", features = ["axum"] }
utoipa-swagger-ui = {version = "7.1.0", features = ["axum"] }
utoipa-rapidoc = { version = "4.0.0", features = ["axum"] }
utoipa-redoc = { version = "4.0.0", features = ["axum"] }
object_store = { version = "0.9", features = ["aws"] }
Expand Down
2 changes: 1 addition & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[target.aarch64-unknown-linux-gnu]
dockerfile = "dockerfiles/Dockerfile.cross"
pre-build = [
"apt-get update && apt-get install --assume-yes build-essential protobuf-compiler",
"apt-get update && apt-get install --assume-yes build-essential curl protobuf-compiler",

"dpkg --add-architecture $CROSS_DEB_ARCH",
]
Expand Down

0 comments on commit a67eea9

Please sign in to comment.