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

chore(release): Release Deno v1.46.0-rc.1 (#25088)

Just bumping the version to test out `deno upgrade --rc` some more.
This commit is contained in:
Bartek Iwańczuk 2024-08-18 23:30:45 +01:00 committed by GitHub
parent f003d6498c
commit 1ec12a8c5d
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

@ -1144,7 +1144,7 @@ dependencies = [
[[package]]
name = "deno"
version = "1.46.0-rc.0"
version = "1.46.0-rc.1"
dependencies = [
"async-trait",
"base32",

View file

@ -2,7 +2,7 @@
[package]
name = "deno"
version = "1.46.0-rc.0"
version = "1.46.0-rc.1"
authors.workspace = true
default-run = "deno"
edition.workspace = true