Skip to content

Commit

Permalink
Bump to version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Dec 7, 2016
1 parent ed8c603 commit 28ae346
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
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0/MIT"
name = "gimli"
readme = "./README.md"
repository = "https://github.com/gimli-rs/gimli"
version = "0.9.0"
version = "0.10.0"

[dependencies]
arrayvec = "0.3.20"
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 @@ or add this to your `Cargo.toml`:

```toml
[dependencies]
gimli = "0.9.0"
gimli = "0.10.0"
```

## Documentation
Expand Down

0 comments on commit 28ae346

Please sign in to comment.