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

v2.0.0-rc.5 (#25838)

This commit is contained in:
Bartek Iwańczuk 2024-09-24 19:44:08 +01:00 committed by GitHub
parent 5a1943cd95
commit ba5b8d0213
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]] [[package]]
name = "deno" name = "deno"
version = "2.0.0-rc.4" version = "2.0.0-rc.5"
dependencies = [ dependencies = [
"anstream", "anstream",
"async-trait", "async-trait",

View file

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