Skip to content

Commit

Permalink
Change obwsv5 back to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
715209 committed Jun 21, 2023
1 parent 00844e8 commit ec1319a
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 31 deletions.
93 changes: 63 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dotenv = "0.15"
either = { version = "1.6.1", features = ["serde"] }
futures-util = "0.3"
obws = { version = "0.9", features = ["events"] }
obwsv5 = { version = "0.11", package = "obws", features = ["events"]}
obwsv5 = { version = "0.10", package = "obws", features = ["events"]}
quick-xml = { version = "0.26", features = ["serialize"] }
rand = "0.8"
rand_core = { version = "0.6", features = ["std"] }
Expand Down

0 comments on commit ec1319a

Please sign in to comment.