Skip to content

Commit d9d5e73

Browse files
authored
Merge pull request gimli-rs#232 from philipc/ver
Bump to version 0.14.0
2 parents 41ea3a8 + 448ae1f commit d9d5e73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0/MIT"
88
name = "gimli"
99
readme = "./README.md"
1010
repository = "https://github.com/gimli-rs/gimli"
11-
version = "0.13.0"
11+
version = "0.14.0"
1212

1313
[badges]
1414
travis-ci = { repository = "gimli-rs/gimli" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add this to your `Cargo.toml`:
2626

2727
```toml
2828
[dependencies]
29-
gimli = "0.13.0"
29+
gimli = "0.14.0"
3030
```
3131

3232
## Documentation

0 commit comments

Comments
 (0)