Skip to content

Commit 41fb222

Browse files
authored
update deno (#4801)
1 parent a9c5821 commit 41fb222

File tree

8 files changed

+1158
-1406
lines changed

8 files changed

+1158
-1406
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
RUST_LOG: info
1515
RUST_BACKTRACE: full
1616
# This is the MSRV used by `wgpu` itself and all surrounding infrastructure.
17-
REPO_MSRV: "1.70"
17+
REPO_MSRV: "1.71"
1818
# This is the MSRV used by the `wgpu-core`, `wgpu-hal`, and `wgpu-types` crates,
1919
# to ensure that they can be used with firefox.
2020
CORE_MSRV: "1.65"

Cargo.lock

Lines changed: 42 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ web-time = "0.2.3"
165165
web-sys = "0.3.66"
166166

167167
# deno dependencies
168-
deno_console = "0.119.0"
169-
deno_core = "0.214.0"
170-
deno_url = "0.119.0"
171-
deno_web = "0.150.0"
172-
deno_webidl = "0.119.0"
168+
deno_console = "0.125.0"
169+
deno_core = "0.232.0"
170+
deno_url = "0.125.0"
171+
deno_web = "0.156.0"
172+
deno_webidl = "0.125.0"
173173
deno_webgpu = { version = "0.85.0", path = "./deno_webgpu" }
174174
tokio = "1.34.0"
175175
termcolor = "1.4.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ On Linux, you can point to them using `LD_LIBRARY_PATH` environment.
122122

123123
Due to complex dependants, we have two MSRV policies:
124124
- `d3d12`, `naga`, `wgpu-core`, `wgpu-hal`, and `wgpu-types`'s MSRV is **1.65**.
125-
- The rest of the workspace has the MSRV of **1.70**.
125+
- The rest of the workspace has the MSRV of **1.71**.
126126

127127
It is enforced on CI (in "/.github/workflows/ci.yml") with `CORE_MSRV` and `REPO_MSRV` variable.
128128
This version can only be upgraded in breaking releases, though we release a breaking version every 3 months.

cts_runner/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ mod native {
160160
fn allow_hrtime(&mut self) -> bool {
161161
false
162162
}
163-
164-
fn check_unstable(&self, _state: &deno_core::OpState, _api_name: &'static str) {}
165163
}
166164
}
167165

0 commit comments

Comments
 (0)