Skip to content

Commit

Permalink
Regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch committed Apr 11, 2024
1 parent 5474e51 commit 42883af
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions crate2nix/Cargo.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# This file was @generated by crate2nix 0.13.0 with the command:
# This file was @generated by crate2nix 0.14.0 with the command:
# "generate" "-n" "../nix/nixpkgs.nix" "-f" "./crate2nix/Cargo.toml" "-o" "./crate2nix/Cargo.nix"
# See https://github.com/kolloch/crate2nix for more info.

Expand Down Expand Up @@ -459,7 +459,7 @@ rec {
};
"crate2nix" = rec {
crateName = "crate2nix";
version = "0.13.0";
version = "0.14.0";
edition = "2021";
crateBin = [
{
Expand Down
2 changes: 1 addition & 1 deletion sample_projects/bin_with_git_submodule_dep/Cargo.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# This file was @generated by crate2nix 0.13.0 with the command:
# This file was @generated by crate2nix 0.14.0 with the command:
# "generate" "-f" "sample_projects/bin_with_git_submodule_dep/Cargo.toml" "-o" "sample_projects/bin_with_git_submodule_dep/Cargo.nix"
# See https://github.com/kolloch/crate2nix for more info.

Expand Down
2 changes: 1 addition & 1 deletion sample_projects/codegen/Cargo.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# This file was @generated by crate2nix 0.13.0 with the command:
# This file was @generated by crate2nix 0.14.0 with the command:
# "generate" "-f" "sample_projects/codegen/Cargo.toml" "-o" "sample_projects/codegen/Cargo.nix"
# See https://github.com/kolloch/crate2nix for more info.

Expand Down
2 changes: 1 addition & 1 deletion sample_projects/sub_dir_crates/Cargo.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# This file was @generated by crate2nix 0.13.0 with the command:
# This file was @generated by crate2nix 0.14.0 with the command:
# "generate" "-f" "sample_projects/sub_dir_crates/Cargo.toml" "-o" "sample_projects/sub_dir_crates/Cargo.nix"
# See https://github.com/kolloch/crate2nix for more info.

Expand Down

0 comments on commit 42883af

Please sign in to comment.