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 ed8c603 commit 28ae346Copy full SHA for 28ae346
Cargo.toml
@@ -7,7 +7,7 @@ license = "Apache-2.0/MIT"
7
name = "gimli"
8
readme = "./README.md"
9
repository = "https://github.com/gimli-rs/gimli"
10
-version = "0.9.0"
+version = "0.10.0"
11
12
[dependencies]
13
arrayvec = "0.3.20"
README.md
@@ -30,7 +30,7 @@ or add this to your `Cargo.toml`:
30
31
```toml
32
33
-gimli = "0.9.0"
+gimli = "0.10.0"
34
```
35
36
## Documentation
0 commit comments