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.
1 parent 8ca5ac4 commit f870889Copy full SHA for f870889
Cargo.toml
@@ -10,7 +10,7 @@ license = "Apache-2.0/MIT"
10
name = "gimli"
11
readme = "./README.md"
12
repository = "https://github.com/gimli-rs/gimli"
13
-version = "0.8.0"
+version = "0.9.0"
14
15
[dependencies]
16
byteorder = "0.5.3"
README.md
@@ -30,7 +30,7 @@ or add this to your `Cargo.toml`:
30
31
```toml
32
33
-gimli = "0.8.0"
+gimli = "0.9.0"
34
```
35
36
## Documentation
0 commit comments