Skip to content

Commit f5c2c3c

Browse files
davidtwcooli-obk
authored andcommitted
release version 0.5.0
Includes all changes since 3df019d: - baddbb1 When a single executable is passed, default the output filename to `executable.dwp` - 868f9c2 deps: update Signed-off-by: David Wood <[email protected]>
1 parent 868f9c2 commit f5c2c3c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.4.0"
11+
version = "0.5.0"
1212
edition = "2021"
1313

1414
[dependencies]
15-
thorin-dwp = { version = "0.4.0", path = "../thorin" }
15+
thorin-dwp = { version = "0.5.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.4.0
19+
thorin 0.5.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.4.0"
11+
version = "0.5.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.4.0"
15+
thorin-dwp = "0.5.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)