chore: forward 1.29.3 release back to main (#17401)

This commit is contained in:
David Sherret 2023-01-13 13:36:51 -05:00 committed by GitHub
parent 1b17985c5a
commit 377f593273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 111 additions and 82 deletions

View file

@ -2,7 +2,7 @@
[package]
name = "deno"
version = "1.29.2"
version = "1.29.3"
authors.workspace = true
default-run = "deno"
edition.workspace = true

View file

@ -5,7 +5,7 @@ use once_cell::sync::Lazy;
// WARNING: Ensure this is the only deno_std version reference as this
// is automatically updated by the version bump workflow.
static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.171.0/";
static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.172.0/";
pub static CURRENT_STD_URL: Lazy<Url> =
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).unwrap());

View file

@ -2,7 +2,7 @@
[package]
name = "napi_sym"
version = "0.13.0"
version = "0.14.0"
authors.workspace = true
edition.workspace = true
license.workspace = true