diff --git a/crate2nix/Cargo.nix b/crate2nix/Cargo.nix index fcce018d..2f2c0828 100644 --- a/crate2nix/Cargo.nix +++ b/crate2nix/Cargo.nix @@ -1,5 +1,5 @@ -# This file was @generated by crate2nix 0.11.1 with the command: +# This file was @generated by crate2nix 0.12.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. @@ -455,7 +455,7 @@ rec { }; "crate2nix" = rec { crateName = "crate2nix"; - version = "0.11.1"; + version = "0.12.0"; edition = "2018"; crateBin = [ { diff --git a/sample_projects/bin_with_git_submodule_dep/Cargo.nix b/sample_projects/bin_with_git_submodule_dep/Cargo.nix index 8cb1f470..5a52c8b2 100644 --- a/sample_projects/bin_with_git_submodule_dep/Cargo.nix +++ b/sample_projects/bin_with_git_submodule_dep/Cargo.nix @@ -1,5 +1,5 @@ -# This file was @generated by crate2nix 0.11.1 with the command: +# This file was @generated by crate2nix 0.12.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. diff --git a/sample_projects/codegen/Cargo.nix b/sample_projects/codegen/Cargo.nix index e2425556..578aca42 100644 --- a/sample_projects/codegen/Cargo.nix +++ b/sample_projects/codegen/Cargo.nix @@ -1,5 +1,5 @@ -# This file was @generated by crate2nix 0.11.1 with the command: +# This file was @generated by crate2nix 0.12.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. diff --git a/sample_projects/sub_dir_crates/Cargo.nix b/sample_projects/sub_dir_crates/Cargo.nix index a6386279..a48bc16b 100644 --- a/sample_projects/sub_dir_crates/Cargo.nix +++ b/sample_projects/sub_dir_crates/Cargo.nix @@ -1,5 +1,5 @@ -# This file was @generated by crate2nix 0.11.1 with the command: +# This file was @generated by crate2nix 0.12.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.