diff options
Diffstat (limited to 'vendor/thorin-dwp/README.md')
-rw-r--r-- | vendor/thorin-dwp/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/thorin-dwp/README.md b/vendor/thorin-dwp/README.md index 7ca3ca685..a29fa0f93 100644 --- a/vendor/thorin-dwp/README.md +++ b/vendor/thorin-dwp/README.md @@ -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 |