Skip to content

Commit

Permalink
[CI] regenerate files after release, build is otherwise broken
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch committed Oct 22, 2023
1 parent 3149571 commit 11eda06
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ Similarly, you can install crate2nix by
nix-env -i -f https://github.com/nix-community/crate2nix/tarball/master
```

or with flakes (enabled by default by nix-installer above):

```bash
nix profile install nix-community/crate2nix?ref=0.11.0
```

If you want to tweak crate2nix, clone the repository and then

```bash
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.11.0-rc.4 with the command:
# This file was @generated by crate2nix 0.11.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 @@ -440,7 +440,7 @@ rec {
};
"crate2nix" = rec {
crateName = "crate2nix";
version = "0.11.0-rc.4";
version = "0.11.0";
edition = "2018";
crateBin = [
{
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.11.0-rc.4 with the command:
# This file was @generated by crate2nix 0.11.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.11.0-rc.4 with the command:
# This file was @generated by crate2nix 0.11.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.11.0-rc.4 with the command:
# This file was @generated by crate2nix 0.11.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 11eda06

Please sign in to comment.