Skip to content

Commit

Permalink
chore: Upgrade to rust 1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Nov 21, 2021
1 parent c968f19 commit 862a9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastpay_core/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use serde::{Deserialize, Serialize};
#[macro_export]
macro_rules! fp_bail {
($e:expr) => {
return Err($e);
return Err($e)
};
}

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.54.0
1.56.0

0 comments on commit 862a9ba

Please sign in to comment.