diff --git a/crate2nix/Cargo.nix b/crate2nix/Cargo.nix index 838b96cd..3a65d2ee 100644 --- a/crate2nix/Cargo.nix +++ b/crate2nix/Cargo.nix @@ -1,5 +1,5 @@ -# This file was @generated by crate2nix 0.7.1-alpha.0 with the command: +# This file was @generated by crate2nix 0.7.1 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. @@ -21,7 +21,7 @@ rec { # rootCrate = rec { - packageId = "crate2nix 0.7.1-alpha.0 (path+file:///home/peter/projects/crate2nix/crate2nix)"; + packageId = "crate2nix 0.7.1 (path+file:///home/peter/projects/crate2nix/crate2nix)"; # Use this attribute to refer to the derivation building your root crate package. # You can override the features with rootCrate.build.override { features = [ "default" "feature1" ... ]; }. @@ -42,9 +42,9 @@ rec { # workspaceMembers."${crateName}".build.override { features = [ "default" "feature1" ... ]; }. workspaceMembers = { "crate2nix" = rec { - packageId = "crate2nix 0.7.1-alpha.0 (path+file:///home/peter/projects/crate2nix/crate2nix)"; + packageId = "crate2nix 0.7.1 (path+file:///home/peter/projects/crate2nix/crate2nix)"; build = internal.buildRustCrateWithFeatures { - packageId = "crate2nix 0.7.1-alpha.0 (path+file:///home/peter/projects/crate2nix/crate2nix)"; + packageId = "crate2nix 0.7.1 (path+file:///home/peter/projects/crate2nix/crate2nix)"; }; # Debug support which might change between releases. @@ -584,9 +584,9 @@ rec { ]; }; - "crate2nix 0.7.1-alpha.0 (path+file:///home/peter/projects/crate2nix/crate2nix)" = rec { + "crate2nix 0.7.1 (path+file:///home/peter/projects/crate2nix/crate2nix)" = rec { crateName = "crate2nix"; - version = "0.7.1-alpha.0"; + version = "0.7.1"; edition = "2018"; crateBin = [ { name = "crate2nix"; path = "src/main.rs"; } diff --git a/notes.md b/notes.md index 6ff5699c..f30aec3d 100644 --- a/notes.md +++ b/notes.md @@ -11,3 +11,4 @@ - [ ] Bump versions in README.md - [ ] Tag version - [ ] Push +- [ ] `cargo release Minor/Major` diff --git a/sample_projects/bin_with_git_branch_dep/Cargo.nix b/sample_projects/bin_with_git_branch_dep/Cargo.nix index c631b018..59a3ef29 100644 --- a/sample_projects/bin_with_git_branch_dep/Cargo.nix +++ b/sample_projects/bin_with_git_branch_dep/Cargo.nix @@ -1,5 +1,5 @@ -# This file was @generated by crate2nix 0.7.1-alpha.0 with the command: +# This file was @generated by crate2nix 0.7.1 with the command: # "generate" "-f" "sample_projects/bin_with_git_branch_dep/Cargo.toml" "-o" "sample_projects/bin_with_git_branch_dep/Cargo.nix" # See https://github.com/kolloch/crate2nix for more info. diff --git a/sample_projects/bin_with_git_submodule_dep/Cargo.nix b/sample_projects/bin_with_git_submodule_dep/Cargo.nix index bc3be6d0..d6268afe 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.7.1-alpha.0 with the command: +# This file was @generated by crate2nix 0.7.1 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.