Skip to content

Commit d0fae57

Browse files
committed
Bump version to 0.105.1
1 parent 3b3b12c commit d0fae57

2 files changed

Lines changed: 35 additions & 34 deletions

File tree

Cargo.lock

Lines changed: 32 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["nushell", "hcl", "plugin"]
66
homepage = "https://github.com/Yethal/nu_plugin_hcl"
77
repository = "https://github.com/Yethal/nu_plugin_hcl"
88
description = "A nushell plugin for parsing Hashicorp Configuration Language file format"
9-
version = "0.104.1"
9+
version = "0.105.1"
1010
edition = "2021"
1111
readme = "README.md"
1212
exclude = ["main.tf"]
@@ -16,7 +16,7 @@ name = "nu_plugin_hcl"
1616
bench = false
1717

1818
[dependencies]
19-
nu-plugin = "0.104.1"
20-
nu-protocol = { version = "0.104.1", features = ["plugin"] }
19+
nu-plugin = "0.105.1"
20+
nu-protocol = { version = "0.105.1", features = ["plugin"] }
2121
hcl-rs = "0.18.0"
2222
serde_json = "1.0.125"

0 commit comments

Comments
 (0)