1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

v2.0.0-rc.9 (#25957)

This commit is contained in:
Divy Srivastava 2024-10-01 16:18:24 +05:30 committed by GitHub
parent 0a75dc70aa
commit aafe771b55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1146,7 +1146,7 @@ dependencies = [
[[package]]
name = "deno"
version = "2.0.0-rc.8"
version = "2.0.0-rc.9"
dependencies = [
"anstream",
"async-trait",

View file

@ -2,7 +2,7 @@
[package]
name = "deno"
version = "2.0.0-rc.8"
version = "2.0.0-rc.9"
authors.workspace = true
default-run = "deno"
edition.workspace = true