You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release serves as a hotfix for version 1.5.1, addressing issues encountered after its initial release. For more information about version 1.5.1, refer to [this link](https://github.com/ZcashFoundation/zebra/releases/tag/v1.5.2).
Copy file name to clipboardExpand all lines: tower-fallback/Cargo.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[package]
2
2
name = "tower-fallback"
3
-
version = "0.2.41-beta.10"
3
+
version = "0.2.41-beta.11"
4
4
authors = ["Zcash Foundation <zebra@zfnd.org>"]
5
5
description = "A Tower service combinator that sends requests to a first service, then retries processing on a second fallback service if the first service errors."
6
6
license = "MIT OR Apache-2.0"
@@ -24,4 +24,4 @@ tracing = "0.1.39"
24
24
[dev-dependencies]
25
25
tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] }
26
26
27
-
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.34" }
27
+
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.35" }
0 commit comments