Skip to content

Commit 818ae98

Browse files
committed
Remove version from sadness-generator dep
1 parent 0a83564 commit 818ae98

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
1212
## [0.3.0] - 2022-05-23
13-
## [0.3.0] - 2022-05-23
14-
## [0.3.0] - 2022-05-23
15-
## [0.3.0] - 2022-05-23
1613
### Added
1714
- First usable release of `crash-context`, `crash-handler`, `sadness-generator`, and `minidumper` crates.
1815

@@ -34,9 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3431

3532
<!-- next-url -->
3633
[Unreleased]: https://github.com/rust-minidump/crash-handling/compare/0.3.0...HEAD
37-
[0.3.0]: https://github.com/rust-minidump/crash-handling/compare/0.3.0...0.3.0
38-
[0.3.0]: https://github.com/rust-minidump/crash-handling/compare/0.3.0...0.3.0
39-
[0.3.0]: https://github.com/rust-minidump/crash-handling/compare/0.3.0...0.3.0
4034
[0.3.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-v0.1.0...0.3.0
4135
[crash-handler-v0.1.0]: https://github.com/EmbarkStudios/crash-handling/releases/tag/crash-handler-v0.1.0
4236
[sadness-generator-v0.1.0]: https://github.com/EmbarkStudios/crash-handling/releases/tag/sadness-generator-v0.1.0

crash-handler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ features = [
4343
mach2 = "0.4"
4444

4545
[dev-dependencies]
46-
sadness-generator = { version = "0.3", path = "../sadness-generator" }
46+
sadness-generator = { path = "../sadness-generator" }

0 commit comments

Comments
 (0)