chore(crypto): upgrade to rust@1.76.0 and 2021 edition (#4504)

This commit is contained in:
Asher Gomez 2024-03-20 03:19:01 +10:00 committed by GitHub
parent 0462ce2048
commit e99375a8e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 2765 additions and 2723 deletions

View File

@ -128,7 +128,7 @@ jobs:
if: success() && steps.source.outputs.modified == 'true'
with:
# This must match the version in _wasm/rust-toolchain.toml of the module folder
rust-version: 1.75.0
rust-version: 1.76.0
targets: wasm32-unknown-unknown
components: rustfmt

View File

@ -1,7 +1,7 @@
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
[package]
edition = "2018"
edition = "2021"
name = "deno_std_wasm_crypto"
repository = "https://github.com/denoland/deno_std"
authors = ["the Deno authors"]

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "1.74.0"
channel = "1.76.0"
targets = ["wasm32-unknown-unknown", "rustfmt"]