Skip to content

Commit 256c3d1

Browse files
committed
release version 0.9.0
Includes all changes since 4f3aafc: - 9c5eb9e - cd0be6d - 1065ef1 - 2168c9a - f6d9525 - 1a59940
1 parent a227deb commit 256c3d1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

thorin-bin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ keywords = ["dwarf", "split-dwarf", "dwarf-package", "dwarf-object", "dwp"]
88
license = "MIT OR Apache-2.0"
99
readme = "README.md"
1010
repository = "https://github.com/rust-lang/thorin"
11-
version = "0.8.0"
11+
version = "0.9.0"
1212
edition = "2021"
1313

1414
[dependencies]
15-
thorin-dwp = { version = "0.8.0", path = "../thorin" }
15+
thorin-dwp = { version = "0.9.0", path = "../thorin" }
1616

1717
anyhow = "1.0.51"
1818
memmap2 = "0.5.0"

thorin-bin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ objects (including DWARF objects in archive files, such as Rust rlibs)! Install
1616
```shell-session
1717
$ cargo install thorin-dwp-bin
1818
$ thorin --help
19-
thorin 0.8.0
19+
thorin 0.9.0
2020
merge dwarf objects into dwarf packages
2121
2222
USAGE:

thorin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["dwarf", "split-dwarf", "dwarf-package", "dwarf-object", "dwp"]
88
license = "MIT OR Apache-2.0"
99
readme = "README.md"
1010
repository = "https://github.com/rust-lang/thorin"
11-
version = "0.8.0"
11+
version = "0.9.0"
1212
edition = "2021"
1313

1414
[dependencies]

thorin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cross-crate Split DWARF packaging in `rustc`.
1212
To use `thorin` in your own project, add it to your `Cargo.toml`:
1313

1414
```toml
15-
thorin-dwp = "0.8.0"
15+
thorin-dwp = "0.9.0"
1616
```
1717

1818
See the [`thorin-bin`](../thorin-bin/README.md) crate for an example of using `thorin`'s library

0 commit comments

Comments
 (0)