Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-reineke committed Aug 15, 2022
1 parent 5f8be16 commit 9616731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "cbfmt"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "A tool to format codeblocks inside markdown and org documents"
repository = "https://github.com/lukas-reineke/cbfmt"
Expand All @@ -27,4 +27,4 @@ tree-sitter-md = "0.1.1"
tree-sitter-org = "1.3.0"

[build-dependencies]
cc = "*"
cc = "1.0.73"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ the language of the block.

Download the latest release binaries from [github.com/lukas-reineke/cbfmt/releases](https://github.com/lukas-reineke/cbfmt/releases)

### Cargo [Coming Soon]
### Cargo

```bash
cargo install cbfmt
Expand Down

0 comments on commit 9616731

Please sign in to comment.