Skip to content

Commit

Permalink
denog v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbatez committed Mar 19, 2023
1 parent 712ccbb commit 29dade1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ deno_ast = { version = "0.24.0", features = ["transpiling"] }
deno_core = { version = "0.175.0" }
deno_ops = { version = "0.53.0" }
serde_v8 = { version = "0.86.0" }
deno_runtime = { version = "0.7.2", path = "./runtime", package = "denog_runtime" }
deno_runtime = { version = "0.7.3", path = "./runtime", package = "denog_runtime" }
napi_sym = { version = "0.23.0" }
deno_bench_util = { version = "0.87.0" }
test_util = { path = "./test_util" }
Expand All @@ -47,12 +47,12 @@ deno_node = { version = "0.30.0" }
deno_tls = { version = "0.80.0" }
deno_url = { version = "0.93.0" }
deno_web = { version = "0.124.0" }
deno_webgpu = { version = "0.7.2", path = "./ext/webgpu", package = "denog_webgpu" }
deno_webgpu = { version = "0.7.3", path = "./ext/webgpu", package = "denog_webgpu" }
deno_webidl = { version = "0.93.0" }
deno_websocket = { version = "0.98.0" }
deno_webstorage = { version = "0.88.0" }
deno_napi = { version = "0.23.0" }
deno_wsi = { version = "0.7.2", path = "./ext/wsi", package = "denog_wsi" }
deno_wsi = { version = "0.7.3", path = "./ext/wsi", package = "denog_wsi" }

aes = "=0.8.2"
anyhow = "1.0.57"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "denog"
version = "0.7.2"
version = "0.7.3"
authors.workspace = true
default-run = "denog"
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-triangle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This example renders a triangle to a window.
## To Run

```
denog run --unstable --wsi https://raw.githubusercontent.com/denogdev/denog/v0.7.2/examples/hello-triangle/main.ts
denog run --unstable --wsi https://raw.githubusercontent.com/denogdev/denog/v0.7.3/examples/hello-triangle/main.ts
```

## Screenshots
Expand Down
2 changes: 1 addition & 1 deletion ext/webgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "denog_webgpu"
version = "0.7.2"
version = "0.7.3"
authors = ["the Deno authors", "Jo Bates"]
edition.workspace = true
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion ext/wsi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "denog_wsi"
version = "0.7.2"
version = "0.7.3"
authors = ["Jo Bates"]
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "denog_runtime"
version = "0.7.2"
version = "0.7.3"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 29dade1

Please sign in to comment.