Skip to content

Commit

Permalink
release version 0.6.0
Browse files Browse the repository at this point in the history
Includes all changes since f5c2c3c:

- f3a1f5e Reexport `object`
- 343aaaa Update object to 0.31.0

Signed-off-by: David Wood <david.wood@huawei.com>
  • Loading branch information
davidtwco authored and oli-obk committed Apr 21, 2023
1 parent 343aaaa commit 25efa14
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions thorin-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ keywords = ["dwarf", "split-dwarf", "dwarf-package", "dwarf-object", "dwp"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "/~https://github.com/rust-lang/thorin"
version = "0.5.0"
version = "0.6.0"
edition = "2021"

[dependencies]
thorin-dwp = { version = "0.5.0", path = "../thorin" }
thorin-dwp = { version = "0.6.0", path = "../thorin" }

anyhow = "1.0.51"
memmap2 = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion thorin-bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ objects (including DWARF objects in archive files, such as Rust rlibs)! Install
```shell-session
$ cargo install thorin-dwp-bin
$ thorin --help
thorin 0.5.0
thorin 0.6.0
merge dwarf objects into dwarf packages
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion thorin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["dwarf", "split-dwarf", "dwarf-package", "dwarf-object", "dwp"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "/~https://github.com/rust-lang/thorin"
version = "0.5.0"
version = "0.6.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion thorin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cross-crate Split DWARF packaging in `rustc`.
To use `thorin` in your own project, add it to your `Cargo.toml`:

```toml
thorin-dwp = "0.5.0"
thorin-dwp = "0.6.0"
```

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

0 comments on commit 25efa14

Please sign in to comment.