Skip to content

Commit

Permalink
release v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Mar 13, 2024
1 parent e39ea00 commit becdb26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-ini"
version = "0.20.0"
version = "0.21.0"
authors = ["Y. T. Chung <zonyitoo@gmail.com>"]
description = "An Ini configuration file parsing library in Rust"
repository = "https://github.com/zonyitoo/rust-ini"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is an INI file parser in [Rust](http://www.rust-lang.org/).

```toml
[dependencies]
rust-ini = "0.20"
rust-ini = "0.21"
```

## Usage
Expand Down

0 comments on commit becdb26

Please sign in to comment.