forked from informalsystems/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove rust-toolchain.toml, change msrv to 1.79 in each crate
- Loading branch information
Showing
9 changed files
with
8 additions
and
12 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 |
---|---|---|
@@ -1 +1 @@ | ||
msrv = "1.77.1" | ||
msrv = "1.79.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.77.1" | ||
rust-version = "1.79.0" | ||
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.77.1" | ||
rust-version = "1.79.0" | ||
description = """ | ||
Hermes is an IBC Relayer written in Rust | ||
""" | ||
|
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.77.1" | ||
rust-version = "1.79.0" | ||
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
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.77.1" | ||
rust-version = "1.79.0" | ||
description = """ | ||
Telemetry service for the Hermes IBC relayer | ||
""" | ||
|
This file was deleted.
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