Skip to content

Commit

Permalink
Auto release 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod authored and github-actions[bot] committed Oct 28, 2023
1 parent faeb25e commit 1afb95a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ authors = ["Félix Saparelli <felix@passcod.name>"]
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"
4 changes: 2 additions & 2 deletions src/gitref.rs
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";
2 changes: 1 addition & 1 deletion src/root.rs

Large diffs are not rendered by default.

0 comments on commit 1afb95a

Please sign in to comment.