Skip to content

Commit

Permalink
Undo althea-proto upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Mar 16, 2024
1 parent 9b793fc commit 6991031
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -38,7 +38,7 @@ inherits = "dev"
opt-level = 2

[workspace.dependencies]
deep_space = {version = "2", features = ["althea"], default-features=false}
deep_space = {version = "=2.23.1", features = ["althea"], default-features=false}
web30 = "1.2"
clarity = "1.3"
awc = {version = "3.2", default-features = false, features=["openssl", "compress-gzip", "compress-zstd"]}
2 changes: 1 addition & 1 deletion integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ awc = {workspace = true}
actix-rt = "2.8"
deep_space = {workspace = true}
clarity = {workspace = true}
althea_proto = "0.5.0"
althea_proto = "0.3.0"
futures = { version = "0.3", features = ["compat"] }
num256 = "0.5"
num-traits="0.2"
Expand Down

0 comments on commit 6991031

Please sign in to comment.