Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 85ce50d

Browse files
committed
Bump nvim-utils-macros version
1 parent 575d64a commit 85ce50d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nvim-utils"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
description = "Utilities for writing neovim plugins in rust"
66
authors = ["Will Hopkins <willothyh@gmail.com>"]
@@ -36,7 +36,7 @@ mlua = { version = "0.8.7", features = [
3636
"serialize",
3737
] }
3838
serde = { version = "1.0.152", features = ["derive"] }
39-
nvim-utils-macros = { version = "0.1.0", path = "macros" }
39+
nvim-utils-macros = { version = "0.1.1", path = "macros" }
4040

4141
[dev-dependencies]
4242
fs_extra = "1.3.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Using `nvim-utils` is as simple as adding it to your `Cargo.toml`:
99

1010
```toml
1111
[dependencies]
12-
nvim-utils = "0.1.8"
12+
nvim-utils = "0.1.9"
1313
```
1414

1515
or

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nvim-utils-macros"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["Will Hopkins <willothyh@gmail.com>"]
66
description = "Macros for nvim-utils"

0 commit comments

Comments
 (0)