-
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.
- Loading branch information
1 parent
faeb25e
commit 1afb95a
Showing
3 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -271,7 +271,7 @@ authors = ["Félix Saparelli <[email protected]>"] | |
categories = ["development-tools", "filesystem", "no-std"] | ||
exclude = ["/.github", "/updater", "/gitignores"] | ||
keywords = ["gitignore", "embed", "git"] | ||
version = "2.3.2" | ||
version = "2.3.3" | ||
[package.metadata.gitignores] | ||
commit = "e5323759e387ba347a9d50f8b0ddd16502eb71d4" | ||
content_hash = "50128ee44e1cd491e7227ec64c8aed82432563864adacf3d1c5ca91f6a7b3c3b" | ||
commit = "4488915eec0b3a45b5c63ead28f286819c0917de" | ||
content_hash = "0291aca67dd0b76f1764aca68920eca119a5530d2993b08ea352b45179cce9a1" |
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 @@ | ||
|
||
/// The git commit hash of the gitignore repository when this crate was generated. | ||
pub const GIT_COMMIT_REF: &str = "e5323759e387ba347a9d50f8b0ddd16502eb71d4"; | ||
pub const GIT_COMMIT_REF: &str = "4488915eec0b3a45b5c63ead28f286819c0917de"; | ||
|
||
/// The BLAKE3 hash of the contents of every file in generator order. | ||
pub const CONTENT_HASH: &str = "50128ee44e1cd491e7227ec64c8aed82432563864adacf3d1c5ca91f6a7b3c3b"; | ||
pub const CONTENT_HASH: &str = "0291aca67dd0b76f1764aca68920eca119a5530d2993b08ea352b45179cce9a1"; |
Large diffs are not rendered by default.
Oops, something went wrong.