Skip to content

Commit

Permalink
Merge pull request #238 from 0xcregis/237-build-toolchain-update-to-1790
Browse files Browse the repository at this point in the history
build: toolchain update to 1.79.0
  • Loading branch information
loki-cmu authored Jun 13, 2024
2 parents 1a0e000 + befb633 commit 19f87ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
rust-version: [1.77.2]
rust-version: [1.79.0]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion anychain-filecoin/src/address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ use crate::public_key::FilecoinPublicKey;

use std::borrow::Cow;
use std::default::Default;
use std::fmt;
use std::hash::Hash;
use std::str::FromStr;
use std::{fmt, u64};

use crate::utilities::crypto::{blake2b_160, blake2b_checksum};
use anychain_core::PublicKey;
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.78.0"
channel = "1.79.0"
components = ["clippy", "rustfmt"]
targets = []
profile = "minimal"

0 comments on commit 19f87ec

Please sign in to comment.