feat: v0.2.6

This commit is contained in:
2024-12-29 22:30:46 +08:00
parent 3ace53b509
commit 18282e2223
12 changed files with 121 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "runrs"
version = "0.2.5"
version = "0.2.6"
edition = "2018"
license = "MIT/Apache-2.0"
description = "A Tool for Run Rust Scripts"
@@ -9,8 +9,11 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = []
default = ["switch-rust-lang"]
switch-rust-lang = []
switch-go-lang = []
switch-js-lang = []
switch-dart-lang = []
[dependencies]
reqwest = { version = "0.11.14", features = ["blocking"] }