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"