mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
v0.20.0
This commit is contained in:
parent
41ed4cd34e
commit
a4b27db21a
5 changed files with 43 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "deno_typescript"
|
||||
version = "0.19.0"
|
||||
version = "0.20.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 = { path = "../core", version = "0.19.0" }
|
||||
deno = { path = "../core", version = "0.20.0" }
|
||||
serde_json = "1.0.40"
|
||||
serde = { version = "1.0.100", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue