Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch committed Feb 27, 2021
1 parent 8042d46 commit 5aaa1ba
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 @@ -54,7 +54,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.8.0
nix-env -i -f https://github.com/kolloch/crate2nix/tarball/0.9.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.9.0-alpha.1 with the command:
# This file was @generated by crate2nix 0.9.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 @@ -420,7 +420,7 @@ rec {
};
"crate2nix" = rec {
crateName = "crate2nix";
version = "0.9.0-alpha.1";
version = "0.9.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.9.0-alpha.1 with the command:
# This file was @generated by crate2nix 0.9.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.9.0-alpha.1 with the command:
# This file was @generated by crate2nix 0.9.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.9.0-alpha.1 with the command:
# This file was @generated by crate2nix 0.9.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.9.0-alpha.1 with the command:
# This file was @generated by crate2nix 0.9.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 5aaa1ba

Please sign in to comment.