Skip to content

Commit

Permalink
chore: update deno (#3258)
Browse files Browse the repository at this point in the history
* update deno
* bump ver
  • Loading branch information
crowlKats authored Dec 3, 2022
1 parent 5f3acf5 commit 9cc0ff1
Show file tree
Hide file tree
Showing 5 changed files with 172 additions and 246 deletions.
101 changes: 59 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ wasm-bindgen-futures = "0.4.33"
web-sys = "0.3.60"

# deno dependencies
deno_console = "0.69.0"
deno_core = "0.151.0"
deno_url = "0.69.0"
deno_web = "0.100.0"
deno_webidl = "0.69.0"
deno_console = "0.80.0"
deno_core = "0.162.0"
deno_url = "0.80.0"
deno_web = "0.111.0"
deno_webidl = "0.80.0"
deno_webgpu = { path = "./deno_webgpu" }
tokio = "1.19.0"
termcolor = "1.1.2"
Expand Down
2 changes: 1 addition & 1 deletion deno_webgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_webgpu"
version = "0.63.0"
version = "0.81.0"
authors = ["the Deno authors"]
edition.workspace = true
license = "MIT"
Expand Down
Loading

0 comments on commit 9cc0ff1

Please sign in to comment.