Skip to content

Commit 42883af

Browse files
committed
Regenerate
1 parent 5474e51 commit 42883af

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

crate2nix/Cargo.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

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

@@ -459,7 +459,7 @@ rec {
459459
};
460460
"crate2nix" = rec {
461461
crateName = "crate2nix";
462-
version = "0.13.0";
462+
version = "0.14.0";
463463
edition = "2021";
464464
crateBin = [
465465
{

sample_projects/bin_with_git_submodule_dep/Cargo.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

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

sample_projects/codegen/Cargo.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

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

sample_projects/sub_dir_crates/Cargo.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

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

0 commit comments

Comments
 (0)