We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41ea3a8 + 448ae1f commit d9d5e73Copy full SHA for d9d5e73
Cargo.toml
@@ -8,7 +8,7 @@ license = "Apache-2.0/MIT"
8
name = "gimli"
9
readme = "./README.md"
10
repository = "https://github.com/gimli-rs/gimli"
11
-version = "0.13.0"
+version = "0.14.0"
12
13
[badges]
14
travis-ci = { repository = "gimli-rs/gimli" }
README.md
@@ -26,7 +26,7 @@ Add this to your `Cargo.toml`:
26
27
```toml
28
[dependencies]
29
-gimli = "0.13.0"
+gimli = "0.14.0"
30
```
31
32
## Documentation
0 commit comments