-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade
derive_more
crate from 1.0.0-beta.6 to 1.0.0-beta.7 version (…
…#11) - bump up MSRV to 1.75 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <[email protected]>
- Loading branch information
1 parent
01b65d7
commit 71b4947
Showing
4 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "tracerr" | ||
version = "0.4.0-dev" | ||
edition = "2021" | ||
rust-version = "1.72" | ||
rust-version = "1.75" | ||
description = "Custom compile-time captured error tracing." | ||
authors = ["Instrumentisto Team <[email protected]>"] | ||
license = "BlueOak-1.0.0" | ||
|
@@ -15,5 +15,5 @@ categories = ["rust-patterns"] | |
include = ["/src/", "/CHANGELOG.md", "/LICENSE.md", "/README.md"] | ||
|
||
[dependencies] | ||
derive_more = { version = "=1.0.0-beta.6", features = ["as_ref", "display"] } | ||
derive_more = { version = "=1.0.0-beta.7", features = ["as_ref", "display"] } | ||
sealed = "0.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters