Skip to content

Commit

Permalink
chore: require rust 1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Oct 25, 2023
1 parent 6da0808 commit ddddae5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions abci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tenderdash-abci"
version = "0.13.1"
edition = "2021"
rust-version = "1.73"
license = "Apache-2.0"
readme = "README.md"
categories = ["cryptography::cryptocurrencies", "network-programming"]
Expand Down
1 change: 1 addition & 0 deletions proto-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "tenderdash-proto-compiler"
version = "0.1.0"
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2021"
rust-version = "1.73"
description = "Internal tool to download and build tenderdash protobuf definitions; used by proto/build.rs"
publish = false

Expand Down
1 change: 1 addition & 0 deletions proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tenderdash-proto"
version = "0.13.2"
edition = "2021"
rust-version = "1.73"
license = "Apache-2.0"
repository = "https://github.com/dashpay/rs-tenderdash-abci/tree/main/proto"
readme = "README.md"
Expand Down

0 comments on commit ddddae5

Please sign in to comment.