Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
denobot 2023-04-28 01:18:57 +02:00 committed by GitHub
parent 683dbd7f3b
commit 39ece1fe0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 118 additions and 78 deletions

View file

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

View file

@ -2,4 +2,4 @@
// WARNING: Ensure this is the only deno_std version reference as this
// is automatically updated by the version bump workflow.
pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.184.0/";
pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.185.0/";

View file

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