Skip to content

Commit

Permalink
release version 0.7.0
Browse files Browse the repository at this point in the history
Includes all changes since 25efa14:

- 142ee98 Check in automatic changes from cargo.
- 04d3015 Correctly handle compressed .debug_str_offsets.
- d734c4f Upgrade hashbrown,gimli and object
- e753528 deps: update

Signed-off-by: David Wood <david@davidtw.co>
  • Loading branch information
davidtwco authored and jackh726 committed Aug 14, 2023
1 parent aeabce7 commit bb54997
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6.0"
version = "0.7.0"
edition = "2021"

[dependencies]
thorin-dwp = { version = "0.6.0", path = "../thorin" }
thorin-dwp = { version = "0.7.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.6.0
thorin 0.7.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.6.0"
version = "0.7.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.6.0"
thorin-dwp = "0.7.0"
```

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

0 comments on commit bb54997

Please sign in to comment.