mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
v0.33.0
This commit is contained in:
parent
621aeef836
commit
87c329c45a
5 changed files with 44 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "deno_typescript"
|
||||
version = "0.32.0"
|
||||
version = "0.33.0"
|
||||
license = "MIT"
|
||||
description = "To compile TypeScript to a snapshot during build.rs"
|
||||
repository = "https://github.com/denoland/deno"
|
||||
|
@ -19,6 +19,6 @@ exclude = [
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
deno_core = { path = "../core", version = "0.32.0" }
|
||||
deno_core = { path = "../core", version = "0.33.0" }
|
||||
serde_json = "1.0.44"
|
||||
serde = { version = "1.0.104", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue