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]