From 3fa343d26c8b200a8086f170df0121f0d5de1aa1 Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 12 Oct 2022 22:11:04 +0200 Subject: [PATCH] Update rusty value --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 31a0398..efa70d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embed-nu" -version = "0.2.5" +version = "0.2.6" edition = "2021" license = "Apache-2.0" repository = "https://github.com/Trivernis/embed-nu" @@ -15,5 +15,5 @@ nu-engine = "0.69.1" nu-parser = "0.69.1" nu-protocol = "0.69.1" paste = "1.0.9" -rusty-value = { version = "0.4.1", features = ["derive"] } +rusty-value = { version = "0.5.0", features = ["derive"] } thiserror = "1.0.37"