Skip to content

Commit

Permalink
Add MSRV 1.70.0 (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity authored Jan 26, 2024
1 parent da60236 commit bf95a9f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- name: fmt
run: cargo fmt -v -- --check
- name: lint
run: cargo clippy --features all --tests -- -D clippy::all
run: cargo clippy --features all --tests -- -D warnings
- name: doc
run: cargo doc
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ members = [
]
resolver = "2"

[workspace.package]
rust-version = "1.70.0"

[workspace.dependencies]
hex = "0.4.3"
num-bigint = { version = "0.4", features = ["serde"] }
Expand Down
1 change: 1 addition & 0 deletions rust/candid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "candid"
version = "0.10.2"
edition = "2021"
rust-version.workspace = true
authors = ["DFINITY Team"]
description = "Candid is an interface description language (IDL) for interacting with canisters running on the Internet Computer."
homepage = "https://internetcomputer.org/docs/current/developer-docs/build/candid/candid-concepts"
Expand Down
1 change: 1 addition & 0 deletions rust/candid_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "candid_derive"
version = "0.6.5"
edition = "2021"
rust-version.workspace = true
authors = ["DFINITY Team"]
description = "Macros implementation of #[derive(CandidType)] for the Candid."
homepage = "https://docs.rs/candid_derive"
Expand Down
1 change: 1 addition & 0 deletions rust/candid_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "candid_parser"
version = "0.1.2"
edition = "2021"
rust-version.workspace = true
authors = ["DFINITY Team"]
description = "Candid is an interface description language (IDL) for interacting with canisters running on the Internet Computer. This crate contains the parser and the binding generator for Candid."
homepage = "https://internetcomputer.org/docs/current/developer-docs/build/candid/candid-concepts"
Expand Down
1 change: 1 addition & 0 deletions rust/ic_principal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "ic_principal"
version = "0.1.1"
authors = ["DFINITY Stiftung <[email protected]>"]
edition = "2021"
rust-version.workspace = true
description = "Principal type used on the Internet Computer."
homepage = "https://internetcomputer.org/docs/current/references/id-encoding-spec"
documentation = "https://docs.rs/ic_principal"
Expand Down

0 comments on commit bf95a9f

Please sign in to comment.