Skip to content

Commit

Permalink
chore: Fix a warning from an invalid Cargo.toml config for the OIDC e…
Browse files Browse the repository at this point in the history
…xample
  • Loading branch information
poljar committed Nov 5, 2024
1 parent 8865e2f commit 56c88da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/oidc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test = false
anyhow = { workspace = true }
axum = "0.7.4"
dirs = "5.0.1"
futures-util = { workspace = true, default-features = false }
futures-util = { workspace = true }
matrix-sdk-ui = { path = "../../crates/matrix-sdk-ui" }
rand = { workspace = true }
serde = { workspace = true }
Expand Down

0 comments on commit 56c88da

Please sign in to comment.