Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Apr 3, 2024
1 parent e7b1868 commit 565172c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ url = "2"
uuid = { version = "1", features = ["v4"] }

[target.'cfg(not(madsim))'.dependencies]
axum = "=0.7.4"
axum = "=0.7.4" # TODO: 0.7.5+ does not work with current toolchain
tower-http = { version = "0.5", features = [
"add-extension",
"cors",
Expand Down
2 changes: 1 addition & 1 deletion src/meta/dashboard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = { workspace = true }

[dependencies]
anyhow = "1"
axum = "=0.7.4"
axum = "=0.7.4" # TODO: 0.7.5+ does not work with current toolchain
bytes = "1"
hyper = "1"
mime_guess = "2"
Expand Down

0 comments on commit 565172c

Please sign in to comment.