feat: v0.4.0, change js to ts

This commit is contained in:
2025-01-12 08:52:28 +08:00
parent 012f75e765
commit 506df24aae
10 changed files with 48 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "runrs"
version = "0.3.0"
version = "0.4.0"
edition = "2018"
license = "MIT/Apache-2.0"
description = "A Tool for Run Rust Scripts"
@@ -12,7 +12,7 @@ readme = "README.md"
default = ["switch-rust-lang"]
switch-rust-lang = []
switch-go-lang = []
switch-js-lang = []
switch-ts-lang = []
switch-dart-lang = []
[dependencies]