-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some warnings, and make some more stuff work (#44)
* Fix some warnings, and make some more stuff wokr * Up the MSRV * Update and prepare for release
- Loading branch information
Showing
6 changed files
with
13 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
strategy: | ||
matrix: | ||
version: | ||
- 1.75.0 | ||
- 1.80.0 | ||
- stable | ||
- beta | ||
- nightly | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "llvm_profparser" | ||
version = "0.7.0" | ||
version = "0.7.1" | ||
authors = ["xd009642 <[email protected]>"] | ||
description = "Parsing and interpretation of llvm coverage profiles and generated data" | ||
repository = "https://github.com/xd009642/llvm-profparser" | ||
|
@@ -11,6 +11,7 @@ categories = ["encoding"] | |
keywords = ["coverage", "llvm"] | ||
exclude = ["tests/*", ".github/*", "benches/*"] | ||
build = "build.rs" | ||
rust-version = "1.80.0" | ||
|
||
[features] | ||
default = ["cli"] | ||
|
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