Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.0"
version = "0.3.0"
edition = "2021"

[dependencies]
thorin-dwp = { version = "0.2.0", path = "../thorin" }
thorin-dwp = { version = "0.3.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.2.0
thorin 0.3.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.2.0"
version = "0.3.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.2.0"
thorin-dwp = "0.3.0"
```

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