Skip to content

Commit

Permalink
Update rust to 1.80.1 (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Oct 10, 2024
1 parent 2f9dd8d commit a426b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.80.0
RUST_VERSION: 1.80.1
VCPKG_ROOT: "${{ github.workspace }}/vcpkg"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion packages/account-wasm/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fn deserialize_felt<'de, D: serde::Deserializer<'de>>(deserializer: D) -> Result
Felt::from_str(&s).map_err(serde::de::Error::custom)
}

#[cfg(test)]
#[cfg(all(test, target_arch = "wasm32"))]
mod tests {
use super::*;
use wasm_bindgen::JsValue;
Expand Down

0 comments on commit a426b3a

Please sign in to comment.