Skip to content

Commit ace96e3

Browse files
committed
chore: Fix a warning from an invalid Cargo.toml config for the OIDC example
1 parent 8865e2f commit ace96e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/oidc_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test = false
1313
anyhow = { workspace = true }
1414
axum = "0.7.4"
1515
dirs = "5.0.1"
16-
futures-util = { workspace = true, default-features = false }
16+
futures-util = { workspace = true }
1717
matrix-sdk-ui = { path = "../../crates/matrix-sdk-ui" }
1818
rand = { workspace = true }
1919
serde = { workspace = true }

0 commit comments

Comments
 (0)