Skip to content

Commit 508ce14

Browse files
committed
cargo-gpu merge: fix cargo-deny
1 parent 651f6db commit 508ce14

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

crates/xtask/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "xtask"
33
version = "0.1.0"
4-
edition = "2024"
4+
edition.workspace = true
5+
repository.workspace = true
6+
license.workspace = true
7+
publish = false
58

69
[dependencies]
710
anyhow.workspace = true

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ allow = [
3939
"BSD-2-Clause",
4040
"BSD-3-Clause",
4141
"ISC",
42+
"MPL-2.0",
4243

4344
"Zlib",
4445

0 commit comments

Comments
 (0)