Bumped versions for 1.32.0

---------

Co-authored-by: mmastrac <mmastrac@users.noreply.github.com>
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
This commit is contained in:
denobot 2023-03-23 07:22:24 +09:00 committed by GitHub
parent 533e33131f
commit 25b564bf86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 119 additions and 84 deletions

View file

@ -2,7 +2,7 @@
[package]
name = "deno"
version = "1.31.3"
version = "1.32.0"
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.180.0/";
static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.181.0/";
pub static CURRENT_STD_URL: Lazy<Url> =
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).expect("invalid std url"));

View file

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