chore: release crates (#9731)

This commit is contained in:
Bartek Iwańczuk 2021-03-09 20:12:13 +01:00 committed by GitHub
parent 1621d78623
commit cdc0b6958d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 35 additions and 35 deletions

View file

@ -2,7 +2,7 @@
[package]
name = "deno_web"
version = "0.30.2"
version = "0.30.3"
edition = "2018"
description = "Collection of Web APIs"
authors = ["the Deno authors"]
@ -14,7 +14,7 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"
[dependencies]
deno_core = { version = "0.80.1", path = "../../core" }
deno_core = { version = "0.80.2", path = "../../core" }
serde = { version = "1.0.123", features = ["derive"] }
[dev-dependencies]