diff --git a/Cargo.toml b/Cargo.toml index 4abb551..2d6ede3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_args" description = "bevy plugin to parse command line arguments and URL query parameters" -version = "1.6.0" +version = "1.6.1" edition = "2021" authors = ["mosure "] license = "MIT" diff --git a/src/lib.rs b/src/lib.rs index 15f9c3d..4da7283 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -67,7 +67,7 @@ where } -pub fn parse_args Deserialize<'a>>() -> R { +pub fn parse_args Deserialize<'a>>() -> R { #[cfg(target_arch = "wasm32")] { let window = web_sys::window().unwrap();