Skip to content

Commit

Permalink
Bump version to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc committed Oct 27, 2020
1 parent b235106 commit 9ae6c2e
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 = "gimli"
version = "0.22.0"
version = "0.23.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "Philip Craig <philipjcraig@gmail.com>"]
categories = ["development-tools::debugging", "development-tools::profiling", "parser-implementations"]
description = "A library for reading and writing the DWARF debugging format."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
gimli = "0.22.0"
gimli = "0.23.0"
```

The minimum supported Rust version is 1.38.0.
Expand Down

0 comments on commit 9ae6c2e

Please sign in to comment.