Skip to content

Commit 28ae346

Browse files
committed
Bump to version 0.10.0
1 parent ed8c603 commit 28ae346

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
@@ -7,7 +7,7 @@ license = "Apache-2.0/MIT"
77
name = "gimli"
88
readme = "./README.md"
99
repository = "https://github.com/gimli-rs/gimli"
10-
version = "0.9.0"
10+
version = "0.10.0"
1111

1212
[dependencies]
1313
arrayvec = "0.3.20"

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.9.0"
33+
gimli = "0.10.0"
3434
```
3535

3636
## Documentation

0 commit comments

Comments
 (0)