mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 15:14:33 +00:00
v0.38.0
This commit is contained in:
parent
3fac487461
commit
d6cb3892d4
5 changed files with 28 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "deno_typescript"
|
||||
version = "0.37.1"
|
||||
version = "0.38.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.37.1" }
|
||||
deno_core = { path = "../core", version = "0.38.0" }
|
||||
serde_json = "1.0.48"
|
||||
serde = { version = "1.0.104", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue