Skip to content

Commit

Permalink
Merge pull request #706 from swimos/rustc
Browse files Browse the repository at this point in the history
Rust 1.81.0
  • Loading branch information
SirCipher authored Sep 26, 2024
2 parents b84ce72 + 43cfd17 commit 2e57e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

name: Continuous integration
env:
latest_version: "1.80.0"
latest_version: "1.81.0"

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion swimos_macro_utilities/src/utilities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pub fn get_attribute_meta(
Ok(other) => {
ctx.error_spanned_by(
other,
&format!("Invalid attribute. Expected #[{}(...)]", path),
format!("Invalid attribute. Expected #[{}(...)]", path),
);
Err(())
}
Expand Down

0 comments on commit 2e57e9a

Please sign in to comment.