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

Commit

Permalink
Bump nvim-utils-macros version
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy committed Feb 25, 2023
1 parent 575d64a commit 85ce50d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nvim-utils"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
description = "Utilities for writing neovim plugins in rust"
authors = ["Will Hopkins <willothyh@gmail.com>"]
Expand Down Expand Up @@ -36,7 +36,7 @@ mlua = { version = "0.8.7", features = [
"serialize",
] }
serde = { version = "1.0.152", features = ["derive"] }
nvim-utils-macros = { version = "0.1.0", path = "macros" }
nvim-utils-macros = { version = "0.1.1", path = "macros" }

[dev-dependencies]
fs_extra = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Using `nvim-utils` is as simple as adding it to your `Cargo.toml`:

```toml
[dependencies]
nvim-utils = "0.1.8"
nvim-utils = "0.1.9"
```

or
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nvim-utils-macros"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Will Hopkins <willothyh@gmail.com>"]
description = "Macros for nvim-utils"
Expand Down

0 comments on commit 85ce50d

Please sign in to comment.