-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Update Rust toolchain - Updated Rust toolchain from version `1.78` to `1.79`, - Added an unused attribute to address potential compilation errors related to unused variables in the `Bit` struct in `nonnative/util.rs`. - Refactored type constraints for increased readability in `alloc_scalar_as_base` function within `utils.rs`. * chore: bump msrv
- Loading branch information
1 parent
3043e8c
commit 3ff41ac
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[toolchain] | ||
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. | ||
profile = "default" | ||
channel = "1.78" | ||
channel = "1.79" | ||
targets = [ "wasm32-unknown-unknown" ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters