Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Jan 3, 2024
1 parent 5e4e99f commit 00f929b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion earthly/postgresql/scripts/python

This file was deleted.

1 change: 0 additions & 1 deletion earthly/rust/stdcfgs/cargo_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ rustflags = [
"-C", "target-feature=-crt-static"
]


[target.wasm32-unknown-unknown]
rustflags = ["--cap-lints", "warn"]

Expand Down
2 changes: 2 additions & 0 deletions examples/rust/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ rustflags = [
"-C", "target-feature=-crt-static"
]

[target.wasm32-unknown-unknown]
rustflags = ["--cap-lints", "warn"]

[build]

Expand Down
5 changes: 4 additions & 1 deletion examples/rust/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ ignore = [
[licenses]
# The lint level for crates which do not have a detectable license
unlicensed = "deny"
# Don't warn if a listed license isn't found
unused-allowed-license="allow"
# List of explicitly allowed licenses
# See https://spdx.org/licenses/ for list of possible licenses
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
Expand All @@ -106,7 +108,8 @@ allow = [
"Apache-2.0",
"Unicode-DFS-2016",
"BSD-3-Clause",
"BlueOak-1.0.0"
"BlueOak-1.0.0",
"Apache-2.0 WITH LLVM-exception"
]
# List of explicitly disallowed licenses
# See https://spdx.org/licenses/ for list of possible licenses
Expand Down

0 comments on commit 00f929b

Please sign in to comment.