Skip to content

Commit

Permalink
Auto release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod authored and actions-user committed Mar 29, 2022
1 parent 7fa6ec0 commit 2bfa76b
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.0"
version = "2.3.1"
[package.metadata.gitignores]
commit = "ce5da10a3a43c4dd8bd9572eda17c0a37ee0eac1"
content_hash = "0ac296e7b957d36cd4c3d1ea91de01eb0ced75bd4b44dea4891c246fbc420b70"
commit = "d0b80a469983a7beece8fa1f5c48a8242318b531"
content_hash = "1885bb6108e19376c39ca87457654331e17551fe85e40d9191e4ebec673e23b6"
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 = "ce5da10a3a43c4dd8bd9572eda17c0a37ee0eac1";
pub const GIT_COMMIT_REF: &str = "d0b80a469983a7beece8fa1f5c48a8242318b531";

/// The BLAKE3 hash of the contents of every file in generator order.
pub const CONTENT_HASH: &str = "0ac296e7b957d36cd4c3d1ea91de01eb0ced75bd4b44dea4891c246fbc420b70";
pub const CONTENT_HASH: &str = "1885bb6108e19376c39ca87457654331e17551fe85e40d9191e4ebec673e23b6";
2 changes: 1 addition & 1 deletion src/root.rs

Large diffs are not rendered by default.

0 comments on commit 2bfa76b

Please sign in to comment.