From 42bcf488c6031e96c5713745bbc05388f413bb1d Mon Sep 17 00:00:00 2001 From: trivernis Date: Tue, 18 Oct 2022 20:11:36 +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 195b3d4..f7d23b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embed-nu" -version = "0.3.0" +version = "0.3.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.5.1", features = ["derive"] } +rusty-value = { version = "0.6.0", features = ["derive"] } thiserror = "1.0.37"