nu_plugin_tera/Cargo.toml
Jesús Pérez 067aed6af8 chore: update all plugins to Nushell 0.111.0
- Bump all 18 plugins from 0.110.0 to 0.111.0
  - Update rust-toolchain.toml channel to 1.93.1 (nu 0.111.0 requires ≥1.91.1)

  Fixes:
  - interprocess pin =2.2.x → ^2.3.1 in nu_plugin_mcp, nu_plugin_nats, nu_plugin_typedialog
    (required by nu-plugin-core 0.111.0)
  - nu_plugin_typedialog: BackendType::Web initializer — add open_browser: false field
  - nu_plugin_auth: implement missing user_info_to_value helper referenced in tests

  Scripts:
  - update_all_plugins.nu: fix [package].version update on minor bumps; add [dev-dependencies]
    pass; add nu-plugin-test-support to managed crates
  - download_nushell.nu: rustup override unset before rm -rf on nushell dir replace;
    fix unclosed ) in string interpolation
2026-03-11 03:20:48 +00:00

18 lines
391 B
TOML

[package]
name = "nu_plugin_tera"
version = "0.111.0"
authors = ["Jesús Pérex <jpl@jesusperez.com>"]
edition = "2024"
description = "a nushell plugin called tera"
repository = "https://github.com/JesusPerez/nu_plugin_tera"
license = "MIT"
[dependencies]
nu-plugin = "0.111.0"
nu-protocol = "0.111.0"
tera = "1.20"
serde_json = "1.0"
[dev-dependencies]
nu-plugin-test-support = "0.111.0"