-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to 1.58.1 * Update to new lints * Add rust-version key to all crate manifests * Set all crates to 2021 edition * Test updated release workflow * Add aggregate checks
- Loading branch information
1 parent
40ce9da
commit 0bc839c
Showing
16 changed files
with
63 additions
and
28 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
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "ic-agent" | ||
version = "0.14.0" | ||
authors = ["DFINITY Stiftung <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
description = "Agent library to communicate with the Internet Computer, following the Public Specification." | ||
homepage = "https://docs.rs/ic-agent" | ||
documentation = "https://docs.rs/ic-agent" | ||
|
@@ -11,6 +11,7 @@ readme = "README.md" | |
categories = ["api-bindings", "data-structures", "no-std"] | ||
keywords = ["internet-computer", "agent", "icp", "dfinity"] | ||
include = ["src", "Cargo.toml", "../LICENSE", "README.md"] | ||
rust-version = "1.58.1" | ||
|
||
[dependencies] | ||
async-trait = "0.1.51" | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "ic-asset" | ||
version = "0.14.0" | ||
authors = ["DFINITY Stiftung <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
description = "Library for storing files in an asset canister." | ||
homepage = "https://docs.rs/ic-asset" | ||
documentation = "https://docs.rs/ic-asset" | ||
|
@@ -11,6 +11,7 @@ readme = "README.md" | |
categories = ["api-bindings", "data-structures"] | ||
keywords = ["internet-computer", "assets", "icp", "dfinity"] | ||
include = ["src", "Cargo.toml", "../LICENSE", "README.md"] | ||
rust-version = "1.58.1" | ||
|
||
[dependencies] | ||
anyhow = "1.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 |
---|---|---|
|
@@ -5,12 +5,13 @@ authors = ["DFINITY Stiftung <[email protected]>"] | |
description = "Identity implementation for HSM for the ic-agent package." | ||
homepage = "https://docs.rs/ic-identity-hsm" | ||
documentation = "https://docs.rs/ic-identity-hsm" | ||
edition = "2018" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
categories = ["api-bindings", "data-structures", "no-std"] | ||
keywords = ["internet-computer", "agent", "utility", "icp", "dfinity"] | ||
include = ["src", "Cargo.toml", "../LICENSE", "README.md"] | ||
rust-version = "1.58.1" | ||
|
||
[dependencies] | ||
hex = "0.4.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "ic-utils" | ||
version = "0.14.0" | ||
authors = ["DFINITY Stiftung <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
description = "Collection of utilities for Rust, on top of ic-agent, to communicate with the Internet Computer, following the Public Specification." | ||
homepage = "https://docs.rs/ic-utils" | ||
documentation = "https://docs.rs/ic-utils" | ||
|
@@ -11,6 +11,7 @@ readme = "README.md" | |
categories = ["api-bindings", "data-structures", "no-std"] | ||
keywords = ["internet-computer", "agent", "utility", "icp", "dfinity"] | ||
include = ["src", "Cargo.toml", "../LICENSE", "README.md"] | ||
rust-version = "1.58.1" | ||
|
||
# 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "icx-asset" | ||
version = "0.14.0" | ||
authors = ["DFINITY Stiftung <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
description = "CLI tool to manage assets on an asset canister on the Internet Computer." | ||
homepage = "https://docs.rs/icx-asset" | ||
documentation = "https://docs.rs/icx-asset" | ||
|
@@ -11,6 +11,7 @@ readme = "README.md" | |
categories = ["command-line-interface"] | ||
keywords = ["internet-computer", "agent", "icp", "dfinity", "asset"] | ||
include = ["src", "Cargo.toml", "../LICENSE", "README.md"] | ||
rust-version = "1.58.1" | ||
|
||
# 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "icx-cert" | ||
version = "0.14.0" | ||
authors = ["DFINITY Stiftung <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
description = "CLI tool to download a document from the Internet Computer and pretty-print the contents of its IC-Certificate header." | ||
homepage = "https://docs.rs/icx-cert" | ||
documentation = "https://docs.rs/icx-cert" | ||
|
@@ -11,6 +11,7 @@ readme = "README.md" | |
categories = ["command-line-interface"] | ||
keywords = ["internet-computer", "agent", "icp", "dfinity", "certificate"] | ||
include = ["src", "Cargo.toml", "../LICENSE", "README.md"] | ||
rust-version = "1.58.1" | ||
|
||
# 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "icx" | ||
version = "0.14.0" | ||
authors = ["DFINITY Stiftung <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
description = "CLI tool to call canisters on the Internet Computer." | ||
homepage = "https://docs.rs/icx" | ||
documentation = "https://docs.rs/icx" | ||
|
@@ -11,6 +11,7 @@ readme = "README.md" | |
categories = ["command-line-interface", "web-programming::http-client"] | ||
keywords = ["internet-computer", "agent", "icp", "dfinity", "call"] | ||
include = ["src", "Cargo.toml", "../LICENSE", "README.md"] | ||
rust-version = "1.58.1" | ||
|
||
[[bin]] | ||
name = "icx" | ||
|
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,3 +1,3 @@ | ||
[toolchain] | ||
channel = "1.55.0" | ||
channel = "1.58.1" | ||
components = ["rustfmt", "clippy"] |