-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rust edition 2021: zebra-network, cargo fix --edition and clippy --fix * Rust edition 2021: zebra-chain, cargo fix --edition * Rust edition 2021: tower-batch, cargo fix --edition * Rust edition 2021: tower-fallback, cargo fix --edition * Rust edition 2021: zebra-client, cargo fix --edition * Rust edition 2021: zebra-consensus, cargo fix --edition * Rust edition 2021: zebra-rpc, cargo fix --edition * Rust edition 2021: zebra-state, cargo fix --edition * Rust edition 2021: zebra-state, cargo fix --edition * Rust edition 2021: zebra-test, cargo fix --edition * Rust edition 2021: zebra-utils, cargo fix --edition * Rust edition 2021: zebrad, cargo fix --edition Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ece2d0f
commit 89b0403
Showing
27 changed files
with
27 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "tower-batch" | |
version = "0.2.19" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
futures = "0.3.19" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "tower-fallback" | |
version = "0.2.15" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
tower = "0.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "zebra-chain" | |
version = "1.0.0-beta.3" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
edition = "2018" | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "zebra-client" | |
version = "1.0.0-beta.0" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
edition = "2018" | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "zebra-consensus" | |
version = "1.0.0-beta.3" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
edition = "2018" | ||
edition = "2021" | ||
|
||
[features] | ||
default = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "zebra-network" | |
version = "1.0.0-beta.3" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
edition = "2018" | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "zebra-rpc" | |
version = "1.0.0-beta.0" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
edition = "2018" | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "zebra-script" | |
version = "1.0.0-beta.3" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
edition = "2018" | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "zebra-state" | |
version = "1.0.0-beta.3" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
edition = "2018" | ||
edition = "2021" | ||
|
||
[features] | ||
proptest-impl = ["proptest", "proptest-derive", "zebra-test"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "zebra-test" | |
version = "1.0.0-beta.3" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
edition = "2018" | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "zebra-utils" | |
authors = ["Zcash Foundation <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
version = "1.0.0-beta.3" | ||
edition = "2018" | ||
edition = "2021" | ||
# Prevent accidental publication of this utility crate. | ||
publish = false | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "zebrad" | |
authors = ["Zcash Foundation <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
version = "1.0.0-beta.3" | ||
edition = "2018" | ||
edition = "2021" | ||
repository = "https://github.com/ZcashFoundation/zebra" | ||
# make `cargo run` use `zebrad` by default | ||
# when run in the workspace directory | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters