Skip to content

Commit

Permalink
Update to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkleen committed Sep 29, 2023
1 parent cb70ec0 commit 372596a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
resolver = "2"

[workspace.package]
version = "1.2.1"
version = "1.2.2"
authors = ["The Nickel Team <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ highlighting and NLS.

**Warning**: because the cargo registry (crates.io) requires that all
dependencies of Nickel are published there as well, the `format` feature isn't
enabled when installing nickel with `cargo install` as of Nickel version 1.2.1.
enabled when installing nickel with `cargo install` as of Nickel version 1.2.2.
In this case, please use [Topiary](https://github.com/tweag/topiary/) separately
to format Nickel source code.

Expand Down
2 changes: 1 addition & 1 deletion lsp/nls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ it in VSCode, (Neo)Vim and Emacs.

**Warning**: because the cargo registry (crates.io) requires that all
dependencies of Nickel are published there as well, the format feature isn't
enabled when installing nls with `cargo install` as of NLS version 1.2.1. In
enabled when installing nls with `cargo install` as of NLS version 1.2.2. In
this case, to enable formatting in NLS, you have to make the `topiary`
executable available in your `PATH`. Please follow [Topiary's setup
instructions](https://github.com/tweag/topiary#installing) and ensure in
Expand Down

0 comments on commit 372596a

Please sign in to comment.