Skip to content

Commit f870889

Browse files
committed
Bump to version 0.9.0
1 parent 8ca5ac4 commit f870889

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
@@ -10,7 +10,7 @@ license = "Apache-2.0/MIT"
1010
name = "gimli"
1111
readme = "./README.md"
1212
repository = "https://github.com/gimli-rs/gimli"
13-
version = "0.8.0"
13+
version = "0.9.0"
1414

1515
[dependencies]
1616
byteorder = "0.5.3"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ or add this to your `Cargo.toml`:
3030

3131
```toml
3232
[dependencies]
33-
gimli = "0.8.0"
33+
gimli = "0.9.0"
3434
```
3535

3636
## Documentation

0 commit comments

Comments
 (0)