Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RumovZ committed Mar 5, 2023
1 parent 3f9ce7d commit b6f50d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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]
Expand Down

0 comments on commit b6f50d7

Please sign in to comment.