Skip to content

Commit

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

- 3a4f847 Update gimli dips
- 1f5f8e6 Curry create_contribution_adjustor at use
- bd623be fixed tests under llvm-15 and object bump
- 36b35b9 bump crates to make pr buildable
- 8962694 bump CI llvm version to 15
- 31e87ff deps: update

Signed-off-by: David Wood <david@davidtw.co>
  • Loading branch information
davidtwco committed Aug 6, 2024
1 parent ee3940d commit 4f3aafc
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.7.0"
version = "0.8.0"
edition = "2021"

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

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

0 comments on commit 4f3aafc

Please sign in to comment.