From f1c2e7bdf854955193f4031131867611788f0197 Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 5 Oct 2022 13:39:23 +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 0603da6..48a8dd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embed-nu" -version = "0.2.0" +version = "0.2.1" 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.0", features = ["derive"] } +rusty-value = { version = "0.4.1", features = ["derive"] } thiserror = "1.0.37"