Skip to content

Commit

Permalink
Revert "deps: use not yet published version of actix-governor 0.5"
Browse files Browse the repository at this point in the history
This reverts commit 07f066e.

doing so as using an unpublished version will prevent publishing of qsv
  • Loading branch information
jqnatividad committed Sep 26, 2023
1 parent 07f066e commit 8131444
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 12 deletions.
66 changes: 58 additions & 8 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ simdutf8 = "0.1"
simdutf8 = { version = "0.1", features = ["aarch64_neon"] }

[dev-dependencies]
actix-governor = "0.5"
actix-governor = "0.4"
actix-web = { version = "4.4", default-features = false, features = [
"compress-brotli",
"compress-gzip",
Expand All @@ -229,9 +229,6 @@ quickcheck = { version = "1", default-features = false }
rusqlite = { version = "0.29", features = ["bundled"] }
serial_test = { version = "2.0", features = ["file_locks"] }

[patch.crates-io]
actix-governor = { git = "https://github.com/AaronErhardt/actix-governor", rev="a49b9be" }

[features]
default = ["mimalloc"]
all_features = [
Expand Down

0 comments on commit 8131444

Please sign in to comment.