forked from informalsystems/hermes
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump MSRV to 1.70 (informalsystems#3479)
* Bump MSRV to 1.70 * Use stable toolchain to build docs * Add changelog entry * Switch back to nightly version
- Loading branch information
Showing
15 changed files
with
19 additions
and
18 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Bump MSRV to 1.71 | ||
([\#3478](https://github.com/informalsystems/hermes/issues/3478)) |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1 @@ | ||
msrv = "1.65.0" | ||
msrv = "1.70.0" |
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "Apache-2.0" | |
keywords = ["cosmos", "ibc", "relayer", "chain", "registry"] | ||
repository = "https://github.com/informalsystems/hermes" | ||
authors = ["Informal Systems <[email protected]>"] | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
description = """ | ||
Service to fetch data from the chain-registry | ||
""" | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ keywords = ["blockchain", "consensus", "cosmos", "ibc", "tendermint"] | |
homepage = "https://hermes.informal.systems/" | ||
repository = "https://github.com/informalsystems/hermes" | ||
authors = ["Informal Systems <[email protected]>"] | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
description = """ | ||
Hermes is an IBC Relayer written in Rust | ||
""" | ||
|
@@ -31,7 +31,6 @@ ibc-telemetry = { version = "0.24.1", path = "../telemetry", optional = tru | |
ibc-relayer-rest = { version = "0.24.1", path = "../relayer-rest", optional = true } | ||
ibc-chain-registry = { version = "0.24.1" , path = "../chain-registry" } | ||
|
||
atty = "0.2.14" | ||
chrono = "0.4.24" | ||
clap = { version = "3.2", features = ["cargo"] } | ||
clap_complete = "3.2" | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ readme = "README.md" | |
keywords = ["blockchain", "consensus", "cosmos", "ibc", "tendermint"] | ||
repository = "https://github.com/informalsystems/hermes" | ||
authors = ["Informal Systems <[email protected]>"] | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
description = """ | ||
Implementation of the Inter-Blockchain Communication Protocol (IBC). | ||
This crate comprises the main data structures and on-chain logic. | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ readme = "README.md" | |
keywords = ["blockchain", "consensus", "cosmos", "ibc", "tendermint"] | ||
repository = "https://github.com/informalsystems/hermes" | ||
authors = ["Informal Systems <[email protected]>"] | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
description = """ | ||
Implementation of an IBC Relayer in Rust, as a library | ||
""" | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ readme = "README.md" | |
keywords = ["cosmos", "ibc", "relayer", "telemetry"] | ||
repository = "https://github.com/informalsystems/hermes" | ||
authors = ["Informal Systems <[email protected]>"] | ||
rust-version = "1.65" | ||
rust-version = "1.70" | ||
description = """ | ||
Telemetry service for the Hermes IBC relayer | ||
""" | ||
|
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