Skip to content

Commit

Permalink
Regenerated sources after version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch committed Feb 15, 2020
1 parent e734113 commit 832054d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 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.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.

Expand All @@ -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" ... ]; }.
Expand All @@ -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.
Expand Down Expand Up @@ -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"; }
Expand Down
1 change: 1 addition & 0 deletions notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
- [ ] Bump versions in README.md
- [ ] Tag version
- [ ] Push
- [ ] `cargo release Minor/Major`
2 changes: 1 addition & 1 deletion sample_projects/bin_with_git_branch_dep/Cargo.nix
Original file line number Diff line number Diff line change
@@ -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.

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.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.

Expand Down

0 comments on commit 832054d

Please sign in to comment.