From e6461c0a0fe03586b0ed40db5c1ef6e48b4dd006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Cabo=20Ciudad?= Date: Sun, 3 Nov 2024 16:17:42 +0100 Subject: [PATCH] Fix rust-analyzer --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb19453..55c3423 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ +cargo-features = ["edition2024"] + [workspace] members = ["examples/filter_example", "."] -cargo-features = ["edition2024"] [package] name = "vinted-rs"