Skip to content

Commit 1dee214

Browse files
committed
1 parent 190481f commit 1dee214

File tree

9 files changed

+994
-296
lines changed

9 files changed

+994
-296
lines changed

crate2nix/Cargo.lock

Lines changed: 186 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crate2nix/Cargo.nix

Lines changed: 541 additions & 165 deletions
Large diffs are not rendered by default.

crate2nix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crate2nix"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = ["Peter Kolloch <info@eigenvalue.net>"]
55
edition = "2021"
66
license = "Apache-2.0"

docs/src/content/docs/90_reference/90_CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ description: A list of all major changes per version.
77

88
TODO
99

10+
## 0.14.x - 0.14.1 (2024-06-30)
11+
12+
Maintenance release with cross-compilation fixes, documentation improvements and removal of old workarounds.
13+
14+
* [#352](https://github.com/nix-community/crate2nix/pull/352):
15+
* `rust.lib` -> `stdenv.hostPlatform.rust`
16+
* Always filter `src` using `filterSource`
17+
* Get rid of `dontStrip` for Darwin as it's no longer needed
18+
* Remove no longer needed `unsafeDiscardStringContext` workaround
19+
20+
* [#351](https://github.com/nix-community/crate2nix/pull/351): Set `--extra-experimental-features flakes` in `regenerate_cargo_nix.sh`.
21+
22+
* [#350](https://github.com/nix-community/crate2nix/pull/350): Document `targetFeatures` better.
23+
1024
## 0.13.x - 0.14.0 (2024-04-11)
1125

1226
[340](https://github.com/nix-community/crate2nix/issues/340) make `crate2nix` compatible

flake.lock

Lines changed: 248 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
};
2929

3030
crate2nix_stable = {
31-
url = "github:nix-community/crate2nix/0.12.0";
31+
url = "github:nix-community/crate2nix/0.14.0";
3232
};
3333

3434
nix-test-runner = {

sample_projects/bin_with_git_submodule_dep/Cargo.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# This file was @generated by crate2nix 0.14.0 with the command:
2+
# This file was @generated by crate2nix 0.14.1 with the command:
33
# "generate" "-f" "sample_projects/bin_with_git_submodule_dep/Cargo.toml" "-o" "sample_projects/bin_with_git_submodule_dep/Cargo.nix"
44
# See https://github.com/kolloch/crate2nix for more info.
55

sample_projects/codegen/Cargo.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# This file was @generated by crate2nix 0.14.0 with the command:
2+
# This file was @generated by crate2nix 0.14.1 with the command:
33
# "generate" "-f" "sample_projects/codegen/Cargo.toml" "-o" "sample_projects/codegen/Cargo.nix"
44
# See https://github.com/kolloch/crate2nix for more info.
55

sample_projects/sub_dir_crates/Cargo.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# This file was @generated by crate2nix 0.14.0 with the command:
2+
# This file was @generated by crate2nix 0.14.1 with the command:
33
# "generate" "-f" "sample_projects/sub_dir_crates/Cargo.toml" "-o" "sample_projects/sub_dir_crates/Cargo.nix"
44
# See https://github.com/kolloch/crate2nix for more info.
55

0 commit comments

Comments
 (0)