mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
chore(crypto): upgrade to rust@1.76.0
and 2021
edition (#4504)
This commit is contained in:
parent
0462ce2048
commit
e99375a8e2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
@ -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
@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "1.74.0"
|
||||
channel = "1.76.0"
|
||||
targets = ["wasm32-unknown-unknown", "rustfmt"]
|
||||
|
Loading…
Reference in New Issue
Block a user