Skip to content

Commit

Permalink
Regenerate sources / version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch committed Mar 28, 2020
1 parent fbfd847 commit 0fd65ca
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Then

```bash
# Install the stable version to your user env (with shell completions):
nix-env -i -f https://github.com/kolloch/crate2nix/tarball/0.7.1
nix-env -i -f https://github.com/kolloch/crate2nix/tarball/0.8.0
```

NOTE: You can use [eigenvalue.cachix.org](https://eigenvalue.cachix.org/) to
Expand Down
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.8.0-alpha.0 with the command:
# This file was @generated by crate2nix 0.8.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 @@ -492,7 +492,7 @@ rec {
};
"crate2nix" = rec {
crateName = "crate2nix";
version = "0.8.0-alpha.0";
version = "0.8.0";
edition = "2018";
crateBin = [
{ name = "crate2nix"; path = "src/main.rs"; }
Expand Down
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.8.0-alpha.0 with the command:
# This file was @generated by crate2nix 0.8.0 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.8.0-alpha.0 with the command:
# This file was @generated by crate2nix 0.8.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.8.0-alpha.0 with the command:
# This file was @generated by crate2nix 0.8.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.8.0-alpha.0 with the command:
# This file was @generated by crate2nix 0.8.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 0fd65ca

Please sign in to comment.