mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2025-01-05 19:53:55 +03:00
Bump MSRV to v1.57 (#3657)
This commit is contained in:
parent
cb64552c1f
commit
3d2f392ccc
@ -2,7 +2,7 @@
|
||||
name = "wasm-bindgen-benchmark"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[dependencies]
|
||||
wasm-bindgen = "0.2.43"
|
||||
|
@ -10,7 +10,7 @@ description = """
|
||||
Backend code generation of the wasm-bindgen tool
|
||||
"""
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[features]
|
||||
spans = []
|
||||
|
@ -10,7 +10,7 @@ description = """
|
||||
Shared support for the wasm-bindgen-cli package, an internal dependency
|
||||
"""
|
||||
edition = '2018'
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
@ -13,7 +13,7 @@ information see https://github.com/rustwasm/wasm-bindgen.
|
||||
"""
|
||||
edition = '2018'
|
||||
default-run = 'wasm-bindgen'
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[package.metadata.binstall]
|
||||
pkg-url = "https://github.com/rustwasm/wasm-bindgen/releases/download/{ version }/wasm-bindgen-{ version }-{ target }{ archive-suffix }"
|
||||
|
@ -3,7 +3,7 @@ name = "example-tests"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
|
@ -10,7 +10,7 @@ description = """
|
||||
Internal externref transformations for wasm-bindgen
|
||||
"""
|
||||
edition = '2018'
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
@ -9,7 +9,7 @@ repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/future
|
||||
readme = "./README.md"
|
||||
version = "0.4.37"
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[dependencies]
|
||||
cfg-if = "1.0.0"
|
||||
|
@ -13,7 +13,7 @@ Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.
|
||||
"""
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
test = false
|
||||
|
@ -10,7 +10,7 @@ description = """
|
||||
The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate
|
||||
"""
|
||||
edition = '2018'
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[features]
|
||||
spans = ["wasm-bindgen-backend/spans"]
|
||||
|
@ -10,7 +10,7 @@ description = """
|
||||
Definition of the `#[wasm_bindgen]` attribute, an internal dependency
|
||||
"""
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
@ -10,7 +10,7 @@ description = """
|
||||
Internal multi-value transformations for wasm-bindgen
|
||||
"""
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
@ -11,7 +11,7 @@ Shared support between wasm-bindgen and wasm-bindgen cli, an internal
|
||||
dependency.
|
||||
"""
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
# Because only a single `wasm_bindgen` version can be used in a dependency
|
||||
# graph, pretend we link a native library so that `cargo` will provide better
|
||||
|
@ -6,7 +6,7 @@ description = "Internal testing macro for wasm-bindgen"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/rustwasm/wasm-bindgen"
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
@ -6,7 +6,7 @@ description = "Internal testing crate for wasm-bindgen"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/rustwasm/wasm-bindgen"
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[dependencies]
|
||||
console_error_panic_hook = '0.1'
|
||||
|
@ -10,7 +10,7 @@ description = """
|
||||
Support for threading-related transformations in wasm-bindgen
|
||||
"""
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
@ -3,7 +3,7 @@ name = "typescript-tests"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[dependencies]
|
||||
wasm-bindgen = { path = '../..' }
|
||||
|
@ -8,7 +8,7 @@ homepage = "https://rustwasm.github.io/wasm-bindgen/"
|
||||
documentation = "https://docs.rs/wasm-bindgen-wasm-conventions"
|
||||
description = "Utilities for working with Wasm codegen conventions (usually established by LLVM/lld)"
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[dependencies]
|
||||
walrus = "0.19.0"
|
||||
|
@ -10,7 +10,7 @@ description = """
|
||||
Micro-interpreter optimized for wasm-bindgen's use case
|
||||
"""
|
||||
edition = '2018'
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
@ -11,7 +11,7 @@ Bindings for all Web APIs, a procedurally generated crate from WebIDL
|
||||
"""
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
test = false
|
||||
|
@ -11,7 +11,7 @@ description = """
|
||||
Support for parsing WebIDL specific to wasm-bindgen
|
||||
"""
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.8.1"
|
||||
|
@ -3,7 +3,7 @@ name = "add"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "canvas"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "char"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "closures"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "console_log"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "deno"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "dom"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "rust-duck-typed-interfaces"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "fetch"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "guide-supported-types-examples"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "hello_world"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "julia_set"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "wasm-bindgen-paint"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "performance"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "raytrace-parallel"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "request-animation-frame"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "synchronous-instantiation"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "todomvc"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "wasm-audio-worklet"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "wasm-in-wasm-imports"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "wasm-in-wasm"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "wasm-in-web-worker"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "wasm2js"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -6,7 +6,7 @@ authors = ["Ayush <ayushmishra2005@gmail.com>"]
|
||||
categories = ["wasm"]
|
||||
readme = "README.md"
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "webaudio"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "webgl"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "webrtc_datachannel"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "websockets"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "webxr"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "without-a-bundler-no-modules"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
@ -3,7 +3,7 @@ name = "without-a-bundler"
|
||||
version = "0.1.0"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.57"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
Loading…
Reference in New Issue
Block a user