From b6f50d72ad6c0e37d8c621b258bea9cbdab15266 Mon Sep 17 00:00:00 2001 From: RumovZ Date: Sun, 5 Mar 2023 10:55:56 +0100 Subject: [PATCH] Fix typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8cbabd4851..84f1e2f65b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ js-sys = { version = "0.3", optional = true } # contains FFI bindings for the JS [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.0", features = ["std", "minwinbase", "minwindef", "timezoneapi"], optional = true } -[target.'cfg(taget_os = "android")'.dependencies] +[target.'cfg(target_os = "android")'.dependencies] android-tzdata = "0.1.1" [dev-dependencies]