Skip to content

Commit

Permalink
Merge branch 'main' into feat/mold
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Sep 2, 2024
2 parents 89e8f10 + a7ae7bb commit de6809c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
uses: actions/[email protected]

- name: Check spelling
uses: crate-ci/[email protected].1
uses: crate-ci/[email protected].3
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pre-build = [
"apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH",
]

# [patch.crates-io]
[patch.crates-io]
# rattler = { git = "https://github.com/nichmor/rattler", branch = "feat/add-extra-field-on-about-json" }
# rattler_conda_types = { git = "https://github.com/nichmor/rattler", branch = "feat/add-extra-field-on-about-json" }
# rattler_digest = { git = "https://github.com/nichmor/rattler", branch = "feat/add-extra-field-on-about-json" }
Expand All @@ -181,7 +181,7 @@ pre-build = [
# rattler_solve = { git = "https://github.com/nichmor/rattler", branch = "feat/add-extra-field-on-about-json" }
# rattler_virtual_packages = { git = "https://github.com/nichmor/rattler", branch = "feat/add-extra-field-on-about-json" }
# rattler_package_streaming = { git = "https://github.com/nichmor/rattler", branch = "feat/add-extra-field-on-about-json" }
# clap-markdown = { git = "https://github.com/ruben-arts/clap-markdown", branch = "main" }
clap-markdown = { git = "https://github.com/ruben-arts/clap-markdown", branch = "main" }


# rattler = { path = "../rattler/crates/rattler" }
Expand Down
5 changes: 5 additions & 0 deletions docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ Build a package from a recipe
- Possible values: `true`, `false`


- `--extra-meta <EXTRA_META>`

Extra metadata to include in about.json


###### **Modifying result**

- `--package-format <PACKAGE_FORMAT>`
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/recipe_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ You can ignore them by package name, or by naming the runtime dependency directl
- zlib
```

Using a runtime depenedency name:
Using a runtime dependency name:

```yaml
requirements:
Expand Down

0 comments on commit de6809c

Please sign in to comment.