Downgrade obs-websocket requirement

This commit is contained in:
Aode 2021-05-10 16:36:06 -05:00
parent e851e70985
commit 4babdad07c

View file

@ -120,7 +120,7 @@ where
} }
const OBS_STUDIO_VERSION: &str = "^26.1.0"; const OBS_STUDIO_VERSION: &str = "^26.1.0";
const OBS_WEBSOCKET_VERSION: &str = "~4.9.0"; const OBS_WEBSOCKET_VERSION: &str = "^4.8.0";
impl<H> ConnectConfig<H> impl<H> ConnectConfig<H>
where where